export declare const asyncResolverFactory: Promise>(onResolve: (resolved: TResolved, what: string, importer: string, stack: string[]) => Promise, mapper: (what: string, importer: string, stack: string[]) => TResolverArgs) => (resolveFn: TResolve) => (what: string, importer: string, stack: string[]) => Promise;