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