export function isPreviousMajor(versionA: any, versionB: any): boolean; export function getMajorVersion(version: any): string | undefined; export function isPrerelease(version: any): readonly (string | number)[] | null;