export declare const credentialsDev: { apiKey: string; authDomain: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; measurementId: string; }; export declare const credentialsProd: { apiKey: string; authDomain: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; measurementId: string; }; export declare const auth: import("@firebase/auth").Auth; export declare const db: import("@firebase/firestore").Firestore; export declare const functions: import("@firebase/functions").Functions; export declare const storage: import("@firebase/storage").FirebaseStorage;