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