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