import type { IExecuteFunctions } from 'n8n-workflow'; export declare function getUserBalance(this: IExecuteFunctions, itemIndex: number): Promise;