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