import type { INodeProperties } from 'n8n-workflow';
import * as message from './message.operation';
export { message };
export declare const description: INodeProperties[];
