export declare function loadConf<T>(path: string): T;
export declare function importDefault<T>(filepath: string): T;
