export declare const environment: {
    apiUrl: string;
    firebaseConfig: {
        apiKey: string;
        authDomain: string;
        databaseURL: string;
        projectId: string;
        storageBucket: string;
        messagingSenderId: string;
        appId: string;
        measurementId: string;
    };
    awsConfig: {
        bucket: string;
        poolId: string;
    };
};
