import { ToolContext } from '../../common'; export default class ExecuteWorkflowTool extends ToolContext { execute(input: { name: string; input?: Record; background: boolean; }): Promise; } //# sourceMappingURL=execute-workflow.tool.d.ts.map