//#region src/internal/constants.d.ts declare const SEMVER_SPEC_VERSION = "2.0.0"; declare const RELEASE_TYPES: string[]; //#endregion export { RELEASE_TYPES, SEMVER_SPEC_VERSION };