export interface RunExplainArgs { cwd: string; ruleId: string; format?: string; } export declare function runExplain(args: RunExplainArgs): Promise;