import type { SystemAgentDefinition } from "./systemAgentTypes.js"; /** * Hardcoded list of built-in system agents. * Expects: tags stay lowercase english words. */ export declare const SYSTEM_AGENTS: readonly SystemAgentDefinition[]; //# sourceMappingURL=_systemAgents.d.ts.map