import { type FormatOptions } from '../../format/FormatOptions.js'; export declare const SNAPSHOT_FORMAT_OPTIONS: FormatOptions; export declare function formatSnapshot(snapshot: Record): string; export declare function parseSnapshot(snapshot: string): Record; //# sourceMappingURL=format.d.ts.map