import type { Snapshot, SnapshotDiff } from '@directus/types';
export declare function getSnapshotDiff(current: Snapshot, after: Snapshot): SnapshotDiff;
