import { IExecuteFunctions, INodeTypeDescription } from 'n8n-workflow'; import { INodeExecutionData, INodeType } from 'n8n-workflow'; export declare class WaxVerifyAddress implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; }