import { ICredentialsDecrypted, ICredentialTestFunctions, IExecuteFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ChatWoot implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { chatWootTokenTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; }; execute(this: IExecuteFunctions): Promise; }