import { allAgents } from './agents'; export { allAgents }; /** * Reverts ruler configurations for selected AI agents. */ export declare function revertAllAgentConfigs(projectRoot: string, includedAgents?: string[], configPath?: string, keepBackups?: boolean, verbose?: boolean, dryRun?: boolean, localOnly?: boolean): Promise;