import type { ProjectVersion } from './types.js'; export declare function matchProjectVersion(versions: ProjectVersion[], version: number | string): ProjectVersion | null; //# sourceMappingURL=versionMatch.d.ts.map