export declare class VersionUtils { static isGreaterOrEqual(version: string | undefined, targetVersion: string): boolean; }