import { Obj } from './type'; export declare function loadJson(dir: string, filename: string): Promise; export declare function loadJsonSync(dir: string, filename: string): Obj; //# sourceMappingURL=json.d.ts.map