import type { SemVer } from 'semver';
export declare function extractVersion(versionLike: SemVer | string | null): SemVer | null;
export declare function extractVersionFormatted(versionLike: string): string | undefined;
//# sourceMappingURL=extractVersion.d.ts.map