import type { INodeProperties } from 'n8n-workflow';
/**
 * Scope Management Configuration Operations
 * Unified resource for managing Sites, Site Collections, Device Groups, Device Collections, and Hierarchy
 * API Reference: https://developer.arubanetworks.com/new-central-config/reference
 *
 * This resource consolidates all scope-related operations:
 * - Sites: Physical locations in the network
 * - Site Collections: Logical groupings of sites
 * - Device Groups: Groupings of devices for configuration management
 * - Device Collections: Collections of devices
 * - Hierarchy: Scope hierarchy information
 */
export declare const scopeManagementOperations: INodeProperties;
export declare const scopeManagementFields: INodeProperties[];
