import { RuleId } from './ruleids.js'; /** * Default severity levels for each rule ID. * These represent how the rule is used in the codebase when no error_rules override is specified. * * - 'error': Indicates a critical issue that prevents proper operation * - 'warn': Indicates a problem that should be addressed but doesn't prevent operation * - 'ignore': Not used as a default, only available through configuration * * @see scripts/generate-rule-severities.mjs for the generation script */ export declare const RULE_DEFAULT_SEVERITY: Record; //# sourceMappingURL=rule-severities.d.ts.map