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