export declare const validateFirestoreConfig: (config: Record) => { isValid: boolean; error?: string; }; export declare const generateFirestoreFetcher: (config: Record, tableName: string) => string; //# sourceMappingURL=firestore.d.ts.map