import { DocumentReference } from "firebase/firestore"; declare const GetDocAsync: (doc: DocumentReference) => Promise>>>; export default GetDocAsync;