export declare const syncResolve: (what: string, importer: string, stack: string[]) => string; export declare const asyncResolveFallback: (what: string, importer: string, stack: string[]) => Promise;