importtype { DBSnapshotChanges } from'./internal/DocumentChangeSnapshot.js';
/**
* Returns a string with the differences between two snapshots of a Firestore
* database.
*/exportdeclareconstgetDiffFromDBSnapshotChanges: (changes: DBSnapshotChanges) =>string;