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