export declare function versionLTE(v1: string, v2: string): boolean;
