import type { IHookFunctions, INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class CurrentsTrigger implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getProjects: typeof import("./methods/listSearch").getProjects; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=CurrentsTrigger.node.d.ts.map