import { INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class Chatwork implements INodeType {
    description: INodeTypeDescription;
    methods: INodeType['methods'];
}
