export declare class BaseEnvironment { protected getValue(key: string, defaultValue: string): string; isDevelopment(): boolean; includeReduxDevTools(): boolean; get mode(): string; get baseApi(): string; get umaApiPath(): string; get authUrl(): string; } //# sourceMappingURL=environment.d.ts.map