import { McpAuthConfig } from './tools'; export declare function buildAuthHeaders(authConfig: McpAuthConfig): Record; export type ValidateAgentMcpToolResponse = { toolNames?: string[]; error?: string; }; //# sourceMappingURL=mcp.d.ts.map