import { OriFirestore, OriSnapshotMetadata, OriSnapshotOptions, OriSnapshotListenOptions, OriDocumentChangeType, OriFirestoreTesting, OriUnsubscribe, OriFirestoreError, OriDocumentData } from './ori';
export declare type Firestore = OriFirestore;
export declare type FirestoreTesting = OriFirestoreTesting;
export declare type FirestoreAndFirestoreTesting = Firestore | FirestoreTesting;
export declare type SnapshotMetadata = OriSnapshotMetadata;
export declare type SnapshotOptions = OriSnapshotOptions;
export declare type SnapshotListenOptions = OriSnapshotListenOptions;
export declare type DocumentChangeType = OriDocumentChangeType;
export declare type Unsubscribe = OriUnsubscribe;
export declare type FirestoreError = OriFirestoreError;
export declare type DocumentData = OriDocumentData;
