import type { FreestyleClient } from "../freestyle"; import type { ExecuteContext, OnUpdate } from "./types"; export declare function createVM(client: FreestyleClient, snapshotId: string, onUpdate: OnUpdate): Promise; export declare function cleanupVM(client: FreestyleClient, vmId: string, signal: AbortSignal | undefined, ctx: ExecuteContext): void; //# sourceMappingURL=vm.d.ts.map