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