export declare function compareSemverStrict(v1: string, v2: string, operator: 'semver_eq' | 'semver_gt' | 'semver_lt'): boolean;