import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow';
export declare const description: INodeProperties[];
export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
//# sourceMappingURL=sendAndWait.operation.d.ts.map