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