//#region src/loaders/hooks.d.ts declare function resolve(specifier: string, context: any, nextResolve: any): Promise; declare function load(url: string, context: any, nextLoad: (url: string, context: any) => Promise): Promise; //#endregion export { load, resolve };