/**
 * @param version The version which should be downgraded to a minor semver version
 * @returns the minor semver version as a string
 */
export declare function getVersionDowngradedToMinor(version: string): string;
