import { INodeProperties } from 'n8n-workflow';
/**
 * UI parameters for the getWirelessClients operation
 */
export declare const getWirelessClientsDescription: INodeProperties[];
/**
 * UI parameters for the getWiredClients operation
 */
export declare const getWiredClientsDescription: INodeProperties[];
/**
 * UI parameters for the getUnifiedClients operation
 */
export declare const getUnifiedClientsDescription: INodeProperties[];
export declare const getClientsDescription: INodeProperties[];
