import type { INodeProperties } from 'n8n-workflow'; export declare const getToolsAgentProperties: ({ withStreaming, }: { withStreaming: boolean; }) => INodeProperties[];