fs: NodeFsOperations
File-system operations (compatible with node:fs/promises).
proc: { version: string; env: Record<string, string | undefined>; exit: (code?: number) => never; on: (event: RuntimeSignal,listener: () => void) => void; }
Process object (version, env, exit, signal listening).
hostname: () => string
Hostname function (from node:os).