import { INodeProperties } from "n8n-workflow";
export declare const botOperationFields: INodeProperties[];
export declare const botRegistrationFields: INodeProperties[];
export declare const botUnregistrationFields: INodeProperties[];
export declare const botCommandFields: INodeProperties[];
export declare const botMessageFields: INodeProperties[];
export declare const botEventListenerFields: INodeProperties[];
