export declare type MutationHandler = (data: { docId: string; } & Record, type: firebase.firestore.DocumentChangeType, isLast: boolean) => void;