import type { LogEntry } from "@plugos/plugos/sandbox"; export async function getServerLogs(): Promise { return syscall("sandbox.getServerLogs"); }