declare global { function syscall(name: string, ...args: any[]): Promise; } export const syscall = globalThis.syscall;