import { AppEnvironment } from '../../types/app-environment'; import * as i0 from "@angular/core"; export declare class MockEnvironment implements AppEnvironment { homeRoute: string; production: boolean; hideDataPane: boolean; api: string; irbUrl: string; title: string; googleAnalyticsKey: string; sentryKey: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=environment.mocks.d.ts.map