export declare const ZOS_VERSION: string; export declare function checkVersion(version: string, where: any): void | never; export declare function isMigratableZosversion(version: string): boolean;