import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import type { AuthContext } from '../types.js'; export declare const deleteAgentTool: Tool; export declare function deleteAgent(auth: AuthContext, args: { workspaceId?: string; agentId: string; }): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; //# sourceMappingURL=delete-agent.d.ts.map