import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get VLAN Info for CX Switch
 *
 * GET /monitoring/v1/cx_switches/{serial}/vlan
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getCxSwitchVlanInfo(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
