import type { PackageId } from "../types/index.js"; export declare const isPathSpec: (spec: string) => boolean; export declare const normalizePackageSpec: (spec: string) => string; export declare const parsePackageRef: (pkgRef: string) => PackageId; //# sourceMappingURL=package-spec.d.ts.map