import type { EnvironmentConfig, EnvironmentIndicatorConfig } from '../types'; /** * Default environment level */ export declare const DEFAULT_ENVIRONMENT_LEVEL = "default"; /** * Default environment level configuration */ export declare const DEFAULT_ENVIRONMENT_LEVEL_CONFIG: EnvironmentConfig; /** * Default environment configurations */ export declare const DEFAULT_ENVIRONMENT_CONFIGS: EnvironmentConfig[]; export declare const EnvironmentIndicatorConfigObserver: import("@genesislcap/foundation-utils").Observer; export declare const EnvironmentIndicatorConfigObserverToken: import("@microsoft/fast-foundation").InterfaceSymbol>; export declare const EnvironmentIndicatorConfigToken: import("@microsoft/fast-foundation").InterfaceSymbol; /** * Configure the environment indicator * @param options - the options to configure the environment indicator */ export declare function configureEnvironmentIndicator(options?: EnvironmentIndicatorConfig): Promise; /** * Get the current environment indicator configuration from DI * @returns the current configuration or default if not found */ export declare function getCurrentEnvironmentIndicatorConfig(): EnvironmentIndicatorConfig | undefined; //# sourceMappingURL=configure.d.ts.map