import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from '@tosspayments/n8n-workflow'; export declare class ActionNetwork implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTags(this: import("@tosspayments/n8n-workflow").ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; getTaggings(this: import("@tosspayments/n8n-workflow").ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ActionNetwork.node.d.ts.map