import type { IExecuteFunctions, INodeExecutionData, INodeProperties, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from '@tosspayments/n8n-workflow'; import { Node } from '@tosspayments/n8n-workflow'; export declare const formFieldsProperties: INodeProperties[]; export declare class Form extends Node { nodeInputData: INodeExecutionData[]; description: INodeTypeDescription; webhook(context: IWebhookFunctions): Promise; execute(context: IExecuteFunctions): Promise; } //# sourceMappingURL=Form.node.d.ts.map