import type { DiffRecord } from './types.ts'; export declare const originalSnapshotCache: WeakMap; export declare const deepClone: (v: T) => T; export declare const cloneWithOptions: (root: object, v: T) => T; export declare const diffValues: (a: any, b: any, path: string[], out: DiffRecord[], root: object, seenParam?: WeakMap) => void; //# sourceMappingURL=snapshot-diff.d.ts.map