export declare const environment: { production: boolean; firebase: { apiKey: string; authDomain: string; databaseURL: string; storageBucket: string; messagingSenderId: string; }; google: { apiKey: string; }; };