import { Firestore } from '@google-cloud/firestore'; export declare const createFirestore: (projectId: string) => Firestore;