import { Options } from './resolve-with-prefix'; declare function resolveWithPrefixAsync(packageId: string, options?: Options): Promise; export { resolveWithPrefixAsync }; //# sourceMappingURL=resolve-with-prefix-async.d.ts.map