import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ActiveCampaign implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getContactCustomFields(this: ILoadOptionsFunctions): Promise; getAccountCustomFields(this: ILoadOptionsFunctions): Promise; getTags(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ActiveCampaign.node.d.ts.map