import { DocumentData, DocumentReference } from 'firebase/firestore'; import { GenericObject } from './types'; export default function getDocumentByRef(docRef: DocumentReference): Promise; //# sourceMappingURL=getDocumentByRef.d.ts.map