import type { Snapshot } from '../types/index.js'; /** * Validates the snapshot against the current instance. **/ export declare function validateSnapshot(snapshot: Snapshot, force?: boolean): void;