import type { RuleRegistry, RuleDefinition } from '../types.js'; export declare class DSQLRuleQuery { #private; constructor(registry: RuleRegistry, category?: string); all(): Promise; enabled(): Promise; byId(ruleId: string): Promise; categories(): Promise; fixable(): Promise; } //# sourceMappingURL=rules.d.ts.map