import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Wise implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getBorderlessAccounts(this: ILoadOptionsFunctions): Promise; getProfiles(this: ILoadOptionsFunctions): Promise; getRecipients(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Wise.node.d.ts.map