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