export type RangeType = 'bracket' | 'pep';
export declare function rangeFromSemver(ver: string, targetType: RangeType): string;
