import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const listDebtorsFields: INodeProperties[]; export declare function mapListDebtorsParams(this: IExecuteFunctions): { limit: number; offset: number; }; export declare function listDebtors(this: IExecuteFunctions): Promise;