import type { AgentClass } from "../agents/types.ts"; export declare const builtinAgents: { [type: string]: AgentClass; };