import { a as IncrementType, c as TruncationType, d as VersionOptions, i as IncrementOptions, l as VersionDifference, n as Comparison, o as PrereleaseIdentifier, r as ComparisonOperator, s as SemVer, t as CoerceOptions, u as VersionInput } from "./types-DFgCt4bK.js"; import { A as isGreater, C as compare, D as compareReversed, E as comparePrerelease, F as sort, I as sortReversed, M as isLess, N as isLessOrEqual, O as compareWithOperator, P as isNotEqual, S as TRUNCATION_TYPES, T as compareMain, _ as truncate, a as difference, b as INCREMENT_TYPES, c as getMinor, d as increment, f as isPrerelease, g as normalizeFull, h as normalize, i as coerce, j as isGreaterOrEqual, k as isEqual, l as getPatch, m as isValid, n as tryParse, o as getBuild, p as isStable, r as clean, s as getMajor, t as parse, u as getPrerelease, v as compareIdentifiers, w as compareBuild, x as SEMVER_SPEC_VERSION, y as compareIdentifiersReversed } from "./version-DTgovbPw.js"; export { type CoerceOptions, type Comparison, type ComparisonOperator, INCREMENT_TYPES, type IncrementOptions, type IncrementType, type PrereleaseIdentifier, SEMVER_SPEC_VERSION, type SemVer, TRUNCATION_TYPES, type TruncationType, type VersionDifference, type VersionInput, type VersionOptions, clean, coerce, compare, compareBuild, compareIdentifiers, compareIdentifiersReversed, compareMain, comparePrerelease, compareReversed, compareWithOperator, difference, getBuild, getMajor, getMinor, getPatch, getPrerelease, increment, isEqual, isGreater, isGreaterOrEqual, isLess, isLessOrEqual, isNotEqual, isPrerelease, isStable, isValid, normalize, normalizeFull, parse, sort, sortReversed, truncate, tryParse };