import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; import { emeliaApiTest } from './GenericFunctions'; export declare class Emelia implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { emeliaApiTest: typeof emeliaApiTest; }; loadOptions: { getCampaigns(this: ILoadOptionsFunctions): Promise; getContactLists(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Emelia.node.d.ts.map