import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get a list of all clients
 * API: GET /network-monitoring/v1/clients
 */
export declare function getAllClients(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
