import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const listUsersFields: INodeProperties[]; export declare function listUsers(this: IExecuteFunctions): Promise;