import { ConfigType, EnvType } from './types';
export declare const envsToFileContent: (envs: EnvType[], conf: ConfigType) => string;
