import { Rule, RuleMeta } from './types';
export declare const RULES: Record<string, RuleMeta>;
export declare const RULE_IMPLEMENTATIONS: Record<string, Rule>;
export declare function getRule(id: string): Rule | undefined;
export declare function getRulesByCategory(category: string): Rule[];
export declare function getAllRuleIds(): string[];
export declare function isModularRule(id: string): boolean;
export * from './types';
//# sourceMappingURL=index.d.ts.map