import type { BuiltTool } from '@n8n/agents'; import type { ExecuteAgentWorkflowContext } from 'n8n-workflow'; export declare function createInputDataTool(context: ExecuteAgentWorkflowContext): BuiltTool;