/**
 * Canonical per-agent profiles used by setup, fact extraction, and prompt rendering.
 */
import type { AgentProfile, AgentId } from "../types.js";
/** Configuration profiles for all supported AI coding agents. */
export declare const PROFILES: Record<AgentId, AgentProfile>;
//# sourceMappingURL=agents.d.ts.map