import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const getDebtorFields: INodeProperties[]; export declare function mapGetDebtorParams(this: IExecuteFunctions): { debtorId: string; }; export declare function getDebtor(this: IExecuteFunctions): Promise;