import type { INodeProperties } from 'n8n-workflow';
/**
 * VLANs & Networks Configuration Operations
 * Unified resource for managing all VLAN and network-related configurations
 * Includes: VRRP Global, VRRP Interface, MVRP, Smartlink, STP, Layer2 VLAN, VLAN Range, Loop Protect, Named VLAN
 * API Reference: https://developer.arubanetworks.com/new-central-config/reference
 */
export declare const vlansNetworksOperations: INodeProperties;
export declare const vlansNetworksFields: INodeProperties[];
