import type { EnvironmentSpec, Snapshot } from "./types.js"; export type SnapshotOptions = { cwd?: string; }; export declare function createSnapshot(spec: EnvironmentSpec, options?: SnapshotOptions): Promise; //# sourceMappingURL=snapshot.d.ts.map