import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { loadForms } from './GenericFunctions'; export declare class KoBoToolbox implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { loadForms: typeof loadForms; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=KoBoToolbox.node.d.ts.map