declare function load(url: any, context: any, defaultLoad: any): Promise<any>;

export { load };
