/**
 * Compare versions
 * @param v1
 * @param v2
 * @returns
 */
export declare function versionCompare(v1: string, v2: string): number;
