export interface AppEnvironment { homeRoute: string; production: boolean; hideDataPane?: boolean; api: string; irbUrl: string; title: string; googleAnalyticsKey: string; sentryKey?: string; sentryEnvironment?: string; } //# sourceMappingURL=app-environment.d.ts.map