import { Config } from './config.type';
export declare const defaults: Config;
export declare function buildByEnv(): Config;
