import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function sendText(ef: IExecuteFunctions): Promise<INodeExecutionData[]>;
