declare type LoadOpts = { searchPaths?: string[]; root?: string; }; export declare function load(opts?: LoadOpts): Promise; export {};