/** * This file was auto-generated by Fern from our API Definition. */ export type VersionBump = "MAJOR" | "MINOR" | "PATCH" | "NO_CHANGE"; export declare const VersionBump: { readonly Major: "MAJOR"; readonly Minor: "MINOR"; readonly Patch: "PATCH"; readonly NoChange: "NO_CHANGE"; };