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