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