import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from '@tosspayments/n8n-workflow'; export declare class Automizy implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getLists(this: ILoadOptionsFunctions): Promise; getTags(this: ILoadOptionsFunctions): Promise; getCustomFields(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Automizy.node.d.ts.map