declare function cmpVersion(v1: string, v2: string): number;

export = cmpVersion;
