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