import { Environment } from './Environment';
export declare function makeEnv(_?: string): Environment;
