/** * Resolve path to package */ declare function resolvePathAsync(packageName: string, cwd: string): Promise; export { resolvePathAsync };