export type RulesFormat = 'text' | 'json'; export declare function rulesListCommand(projectDir?: string, options?: { format?: RulesFormat; category?: string; }): Promise; export declare function rulesCheckCommand(projectDir?: string, options?: { format?: RulesFormat; }): Promise; export declare function rulesExplainCommand(ruleId: string, projectDir?: string, options?: { format?: RulesFormat; }): Promise; export declare function rulesCoverageCommand(projectDir?: string, options?: { format?: RulesFormat; }): Promise; //# sourceMappingURL=rules.d.ts.map