interface PackagePathHelper { resolve(packagePath: string, entryPoint: string): string; } export declare function splitPackageSubpath(specifier: string): { name: string; subpath: string; }; export declare function pickPackageExportEntry(entry: unknown): string | null; export declare function resolvePackageExportPath(exports: unknown, subpath: string): string | null; export declare function resolveContainedPackagePath(packagePath: string, entryPoint: string, helper?: PackagePathHelper): string | null; export {}; //# sourceMappingURL=package-resolution.d.ts.map