/** * The backend agent — classification, the B1/event-handler/domain-unit/ * B2 loops' agent sides, the persistence ripple's model steps, and the * deterministic suite executors. Every model step is one session; every * executor is one catalog command. Fan-out sessions carry the contract * gap sentinel, same as the client agents. */ import type { BackendAgent } from "./backend-agent.js"; import { type RoleContext } from "./claude-role.js"; export declare function claudeBackendAgent(context: RoleContext): BackendAgent;