import { ToolContext } from '../../common'; export default class RemoveWorkflowTool extends ToolContext { execute(input: { name: string; }): Promise<{ success: boolean; message: string; }>; } //# sourceMappingURL=remove-workflow.tool.d.ts.map