export declare namespace $semver { function compare(semverA: string, operator: '<' | '>', semverB: string): boolean; }