import type { IHookFunctions, IWebhookFunctions, ILoadOptionsFunctions, INodePropertyOptions, INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; export declare class ConvertKitTrigger implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTags(this: ILoadOptionsFunctions): Promise; getForms(this: ILoadOptionsFunctions): Promise; getSequences(this: ILoadOptionsFunctions): Promise; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=ConvertKitTrigger.node.d.ts.map