import { type IExecuteFunctions, type INodeExecutionData } from 'n8n-workflow'; import type { MessageProperties } from '../../interfaces'; export declare const sendDescription: MessageProperties; export declare function send(this: IExecuteFunctions, index: number): Promise;