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