import type { FabricHostCall, FabricSandboxOptions, FabricSandboxResult } from "./kernel.js"; export type { FabricHostCall, FabricSandboxOptions, FabricSandboxResult, FabricSandboxTerminationReason, } from "./kernel.js"; export declare const guestSetupSource: (fields?: Record) => string; export declare const GUEST_SETUP: string; export declare class QuickJsRuntime { execute(code: string, hostCall: FabricHostCall, options: FabricSandboxOptions): Promise; } //# sourceMappingURL=quickjs-runtime.d.ts.map