export declare function load(path: string): Promise; export declare function loadSync(path: string): any;