/** * Returns the most specific semver range (i.e., with the highest minVersion) * from a list of ranges that satisfies a given version. */ export declare function getMostSpecificMatchingRange(version: string, ranges: string[]): string | undefined; //# sourceMappingURL=getMostSpecificMatchingRange.d.ts.map