import type { RuleMatch } from "./matcher.js"; export declare function confidenceLabel(match: RuleMatch): "strong" | "likely" | "possible"; //# sourceMappingURL=confidence.d.ts.map