import { type FabricHostCall, type FabricSandboxOptions, type FabricSandboxResult } from "./quickjs-runtime.js"; export declare class NodeProcessRuntime { execute(code: string, hostCall: FabricHostCall, options: FabricSandboxOptions): Promise; } //# sourceMappingURL=node-process-runtime.d.ts.map