import { type TestContext } from './TestContext.js'; import type { SnapshotUpdateMode } from './getSnapshotUpdateMode.js'; export declare function resetSnapshotCache(): void; export declare function getSnapshot(controlFileName: string | undefined, context: TestContext, mode: SnapshotUpdateMode): { file: string; name: string; content: Record; expected: string | undefined; }; //# sourceMappingURL=getSnapshot.d.ts.map