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