import type { IExecuteFunctions, INodeType, INodeTypeDescription } from '@tosspayments/n8n-workflow'; export declare class Airtop implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Airtop.node.d.ts.map