export function semverIntersect(rangeA: string, rangeB: string, options?: { loose?: boolean; }): string | undefined; export function intersect(...ranges: string[]): string | null; //# sourceMappingURL=index.d.ts.map