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