import { INodeProperties } from 'n8n-workflow';
import * as sendTextMessage from './sendText';
export { sendTextMessage };
export declare const descriptions: INodeProperties[];
