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