import type { DiffResult } from "./diff.js"; import type { StoredSnapshot } from "./store.js"; export declare function formatDiff(diff: DiffResult, previous: StoredSnapshot, current: StoredSnapshot): string;