import { INodeProperties } from 'n8n-workflow';
/**
 * UI parameters for the getWirelessClientDetails operation
 */
export declare const getWirelessClientDetailsDescription: INodeProperties[];
/**
 * UI parameters for the getWiredClientDetails operation
 */
export declare const getWiredClientDetailsDescription: INodeProperties[];
export declare const getClientDescription: INodeProperties[];
