export type DocumentReference = import('firebase/firestore').DocumentReference; export type DocumentData = import('firebase/firestore').DocumentData; export type SnapshotListenOptions = import('firebase/firestore').SnapshotListenOptions; export type Query = import('firebase/firestore').Query; export type DocumentSnapshot = import('firebase/firestore').DocumentSnapshot; export type QuerySnapshot = import('firebase/firestore').QuerySnapshot; export type DocumentChangeType = import('firebase/firestore').DocumentChangeType; export type DocumentChange = import('firebase/firestore').DocumentChange; export type QueryDocumentSnapshot = import('firebase/firestore').QueryDocumentSnapshot;