import type { FabricHostCall, FabricKernelRuntime, FabricSandboxOptions, FabricSandboxResult } from "./kernel.js"; /** Opt-in Python subset, in fresh native Monty subprocesses; not CPython or WASM. */ export declare class MontyRuntime implements FabricKernelRuntime { execute(code: string, hostCall: FabricHostCall, options: FabricSandboxOptions): Promise; } //# sourceMappingURL=monty-runtime.d.ts.map