import type { KernelState } from '../types.js'; export declare function writeSnapshot(state: KernelState, outputPath: string): Promise; export declare function readSnapshot(inputPath: string): Promise<{ state: KernelState; hash: string; }>; //# sourceMappingURL=snapshot.d.ts.map