export declare function load(url: string, _: unknown, nextLoad: (url: string) => any): Promise<any>;
