export declare const environment: { production: boolean; staging: boolean; firebaseLogLevel: string; firebaseConfig: { apiKey: string; authDomain: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; }; firebaseNotificationsDatabaseURL: string; segmentAnalyticsWriteKey: string; useEmulators: boolean; debugMode: boolean; cloudFunction: { sa: string; getIceServers: string; validateClient: string; convertRecording: string; chatgptCompletion: string; rewriterAskAi: string; whisperTranscription: string; getPlanDetails: string; getAllowedDocuments: string; getNotificationsForDocuments: string; videoBackend: string; processRecording: string; sdkProxy: string; screenshot: string; usCentral1: { setEncryptedData: string; }; asiaSouthEast1: { setEncryptedData: string; }; europeWest1: { setEncryptedData: string; }; asiaNorthEast1: { setEncryptedData: string; }; australiaSouthEast1: { setEncryptedData: string; }; }; };