import { AppEnvironmentType } from '../graphql/graphql-types'; export declare const VALID_ENVIRONMENT_OPTIONS: string[]; export declare const DEFAULT_ENVIRONMENT_OPTION: string; export declare const XLS_ENVIRONMENT_NAMES: string[]; export declare const DEFAULT_ENVIRONMENT_KEY: string; export declare const STAGING_ENVIRONMENT_KEY: string; export declare const PRODUCTION_ENVIRONMENT_KEY: string; export declare function optionToEnvironment(option: string): string; export declare function environmentToOption(envKey: string): string; export declare function guessEnvironmentType(envKey: string): AppEnvironmentType; export declare type LambdaEnvironment = 'dev' | 'stg' | 'prod' | 'fedramp-stg' | 'fedramp-prod' | 'ic-stg' | 'ic-prod'; //# sourceMappingURL=environment.d.ts.map