function Version.bumpTypeimport { Version } from "https://dotland.deno.dev/x/denoify@v1.5.3/src/tools/Version.ts"; const { bumpType } = Version; bumpType(params: { versionBehindStr: string; versionAheadStr: string; }): | "SAME" | "MAJOR" | "MINOR" | "PATCH"Parametersparams: { versionBehindStr: string; versionAheadStr: string; }Returns | "SAME" | "MAJOR" | "MINOR" | "PATCH"