export declare function version_compare(v1: string, v2: string, operator?: string): number | boolean | null;