import type { IssueSeverity, IssueType } from "./types"; /** 严重程度权重,用于计算 Severity Weighted Score */ export declare const SEVERITY_WEIGHTS: Record; export declare const TYPE_LABEL: Record; export declare const SEVERITY_LABEL: Record; //# sourceMappingURL=constants.d.ts.map