import type { INodeProperties } from 'n8n-workflow';
/**
 * Interfaces Domain Operations
 * Manages ethernet interfaces, port channels, LACP, loopback interfaces, and LLDP
 * API Reference: https://developer.arubanetworks.com/new-central-config/reference
 * Base Path: /network-config/v1alpha1
 */
export declare const ethernetInterfaceOperations: INodeProperties;
export declare const portChannelOperations: INodeProperties;
export declare const lacpOperations: INodeProperties;
export declare const loopbackOperations: INodeProperties;
export declare const lldpOperations: INodeProperties;
export declare const interfacesFields: INodeProperties[];
