import { CvssVector } from "./CvssVector";
declare function fromVector(vectorInput: string, forceVersion?: undefined): any;
declare function applyVectorPartsIfMetricsLower(self: CvssVector<any>, vector: string): number;
declare function applyVectorPartsIfMetricsHigher(self: CvssVector<any>, vector: string): number;
export { fromVector, applyVectorPartsIfMetricsLower, applyVectorPartsIfMetricsHigher };
