import type { A2AConfig, AgentCard } from "./types.js"; export declare function generateAgentCard(config: A2AConfig, baseUrl: string, endpointPath?: string): AgentCard; //# sourceMappingURL=agent-card.d.ts.map