import type { Logger } from "../../logging/logger"; import type { SecurityRule, RuleMatch } from "../../rules/types"; export declare const silentLogger: Logger; export declare function getRule(ruleId: string): SecurityRule; export declare function detect(ruleId: string, content: string): RuleMatch[];