import type { DBSnapshotChanges } from './internal/DocumentChangeSnapshot.js';
/**
 * Returns a string with the differences between two snapshots of a Firestore
 * database.
 */
export declare const getDiffFromDBSnapshotChanges: (changes: DBSnapshotChanges) => string;
