import { INodeProperties } from 'n8n-workflow';
export declare function withDisplayOptions(properties: INodeProperties[], displayOptions: INodeProperties['displayOptions']): INodeProperties[];
export declare function verifyChatworkSignature(rawBody: Buffer, signature: string, tokens: string[]): boolean;
