export default function guessPinnedVersionFromExistingSpec(spec: string): "major" | "minor" | "patch" | "none" | undefined;