import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Mailchimp implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getLists(this: ILoadOptionsFunctions): Promise; getMergeFields(this: ILoadOptionsFunctions): Promise; getGroupCategories(this: ILoadOptionsFunctions): Promise; getCampaigns(this: ILoadOptionsFunctions): Promise; getCampaignsFields(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Mailchimp.node.d.ts.map