export declare const ENVIRONMENT_NONE = "__NONE__"; export declare function toEnvironmentKey(env: string[] | undefined): string;