import { IExecuteFunctions } from "n8n-core"; import { INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow"; export declare class Tripletex implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { [key: string]: (this: import("n8n-workflow").ILoadOptionsFunctions) => Promise; }; }; execute(this: IExecuteFunctions): Promise; }