import type { AgentDefinition } from "./types.js"; export declare const allAgents: readonly AgentDefinition[]; export declare function resolveAgentId(input: string): string | undefined;