import type { IHookFunctions, IWebhookFunctions, INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; export declare class OnfleetTrigger implements INodeType { description: INodeTypeDescription; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; /** * Triggered function when an Onfleet webhook is executed */ webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=OnfleetTrigger.node.d.ts.map