export declare const operations: {
    aiops: {
        connectivity: {
            getConnectivityGlobal: typeof import("./aiops/connectivity/operations/getConnectivityGlobal.methods").getConnectivityGlobal;
            getConnectivitySite: typeof import("./aiops/connectivity/operations/getConnectivitySite.methods").getConnectivitySite;
            getConnectivityGroup: typeof import("./aiops/connectivity/operations/getConnectivityGroup.methods").getConnectivityGroup;
        };
        insights: {
            getInsightsNetwork: typeof import("./aiops/insights/operations/getInsightsNetwork.methods").getInsightsNetwork;
            getInsightsSite: typeof import("./aiops/insights/operations/getInsightsSite.methods").getInsightsSite;
            getInsightsAp: typeof import("./aiops/insights/operations/getInsightsAp.methods").getInsightsAp;
            getInsightsClient: typeof import("./aiops/insights/operations/getInsightsClient.methods").getInsightsClient;
            getInsightsGateway: typeof import("./aiops/insights/operations/getInsightsGateway.methods").getInsightsGateway;
            getInsightsSwitch: typeof import("./aiops/insights/operations/getInsightsSwitch.methods").getInsightsSwitch;
        };
        insightDetails: {
            getInsightDetailsNetwork: typeof import("./aiops/insightDetails/operations/getInsightDetailsNetwork.methods").getInsightDetailsNetwork;
            getInsightDetailsSite: typeof import("./aiops/insightDetails/operations/getInsightDetailsSite.methods").getInsightDetailsSite;
            getInsightDetailsAp: typeof import("./aiops/insightDetails/operations/getInsightDetailsAp.methods").getInsightDetailsAp;
            getInsightDetailsClient: typeof import("./aiops/insightDetails/operations/getInsightDetailsClient.methods").getInsightDetailsClient;
            getInsightDetailsGateway: typeof import("./aiops/insightDetails/operations/getInsightDetailsGateway.methods").getInsightDetailsGateway;
            getInsightDetailsSwitch: typeof import("./aiops/insightDetails/operations/getInsightDetailsSwitch.methods").getInsightDetailsSwitch;
        };
    };
    inventory: {
        devices: {
            getDevices: typeof import("./inventory/devices/getDevices.methods").getDevices;
            addDevice: typeof import("./inventory/devices/addDevice.methods").addDevice;
            deleteDevice: typeof import("./inventory/devices/deleteDevice.methods").deleteDevice;
            getDeviceStats: typeof import("./inventory/devices/getDeviceStats.methods").getDeviceStats;
            verifyDevice: typeof import("./inventory/devices/verifyDevice.methods").verifyDevice;
            getArchivedDevices: typeof import("./inventory/devices/getArchivedDevices.methods").getArchivedDevices;
            archiveDevices: typeof import("./inventory/devices/archiveDevices.methods").archiveDevices;
            unarchiveDevices: typeof import("./inventory/devices/unarchiveDevices.methods").unarchiveDevices;
        };
    };
    monitoring: {
        ap: {
            getAps: typeof import("./monitoring/ap/operations/getAps.methods").getAps;
            getBssids: typeof import("./monitoring/ap/operations/getBssids.methods").getBssids;
            getSerial: typeof import("./monitoring/ap/operations/getSerial.methods").getSerial;
            deleteSerial: typeof import("./monitoring/ap/operations/deleteSerial.methods").deleteSerial;
            getRf_summary: typeof import("./monitoring/ap/operations/getRf_summary.methods").getRf_summary;
            getBandwidth_usage: typeof import("./monitoring/ap/operations/getBandwidth_usage.methods").getBandwidth_usage;
            getTopn: typeof import("./monitoring/ap/operations/getTopn.methods").getTopn;
            getClientMatchSteerHistory: typeof import("./monitoring/ap/operations/getClientMatchSteerHistory.methods").getClientMatchSteerHistory;
            getClientMatchInfo: typeof import("./monitoring/ap/operations/getClientMatchInfo.methods").getClientMatchInfo;
            initiateClientSteer: typeof import("./monitoring/ap/operations/initiateClientSteer.methods").initiateClientSteer;
        };
        client: {
            getWirelessClients: typeof import("./monitoring/client/operations/getClients.methods").getWirelessClients;
            getWiredClients: typeof import("./monitoring/client/operations/getClients.methods").getWiredClients;
            getUnifiedClients: typeof import("./monitoring/client/operations/getClients.methods").getUnifiedClients;
            getDetail: typeof import("./monitoring/client/operations/getDetail.methods").getDetail;
            getWirelessClientDetails: typeof import("./monitoring/client/operations/getClient.methods").getWirelessClientDetails;
            getWiredClientDetails: typeof import("./monitoring/client/operations/getClient.methods").getWiredClientDetails;
            getMobility: typeof import("./monitoring/client/operations/getMobility.methods").getMobility;
            getUsage: typeof import("./monitoring/client/operations/getUsage.methods").getUsage;
            getTopn: typeof import("./monitoring/client/operations/getTopn.methods").getTopn;
            getCount: typeof import("./monitoring/client/operations/getCount.methods").getCount;
        };
        events: {
            getEvents: typeof import("./monitoring/events/operations/getEvents.methods").getEvents;
        };
        gateway: {
            getGateways: typeof import("./monitoring/gateway/operations/getGateways.methods").getGateways;
            getGateway: typeof import("./monitoring/gateway/operations/getGateway.methods").getGateway;
            deleteGateway: typeof import("./monitoring/gateway/operations/deleteGateway.methods").deleteGateway;
            getDetail: typeof import("./monitoring/gateway/operations/getDetail.methods").getDetail;
            getUplinkBandwidthUsage: typeof import("./monitoring/gateway/operations/getUplinkBandwidthUsage.methods").getUplinkBandwidthUsage;
            getStats: typeof import("./monitoring/gateway/operations/getStats.methods").getStats;
            getWanCompressionStats: typeof import("./monitoring/gateway/operations/getWanCompressionStats.methods").getWanCompressionStats;
            getDistribution: typeof import("./monitoring/gateway/operations/getDistribution.methods").getDistribution;
            getPortsBandwidthUsage: typeof import("./monitoring/gateway/operations/getPortsBandwidthUsage.methods").getPortsBandwidthUsage;
            getPorts: typeof import("./monitoring/gateway/operations/getPorts.methods").getPorts;
            getErrors: typeof import("./monitoring/gateway/operations/getErrors.methods").getErrors;
            getTunnels: typeof import("./monitoring/gateway/operations/getTunnels.methods").getTunnels;
            getClients: typeof import("./monitoring/gateway/operations/getClients.methods").getClients;
            getPools: typeof import("./monitoring/gateway/operations/getPools.methods").getPools;
            getInfo: typeof import("./monitoring/gateway/operations/getInfo.methods").getInfo;
        };
        label: {
            getLabels: typeof import("./monitoring/label/operations/getLabels.methods").getLabels;
            postLabel: typeof import("./monitoring/label/operations/postLabel.methods").postLabel;
            getLabel: typeof import("./monitoring/label/operations/getLabel.methods").getLabel;
            patchLabel: typeof import("./monitoring/label/operations/patchLabel.methods").patchLabel;
            deleteLabel: typeof import("./monitoring/label/operations/deleteLabel.methods").deleteLabel;
            postDevices: typeof import("./monitoring/label/operations/postDevices.methods").postDevices;
            deleteDevices: typeof import("./monitoring/label/operations/deleteDevices.methods").deleteDevices;
            getCategories: typeof import("./monitoring/label/operations/getCategories.methods").getCategories;
        };
        mobilitycontroller: {
            getMcs: typeof import("./monitoring/mobilitycontroller/operations/getMcs.methods").getMcs;
            getSerial: typeof import("./monitoring/mobilitycontroller/operations/getSerial.methods").getSerial;
            deleteSerial: typeof import("./monitoring/mobilitycontroller/operations/deleteSerial.methods").deleteSerial;
            getUsage: typeof import("./monitoring/mobilitycontroller/operations/getUsage.methods").getUsage;
            getPorts: typeof import("./monitoring/mobilitycontroller/operations/getPorts.methods").getPorts;
            getInfo: typeof import("./monitoring/mobilitycontroller/operations/getInfo.methods").getInfo;
            getMobility_controllers: typeof import("./monitoring/mobilitycontroller/operations/getMobility_controllers.methods").getMobility_controllers;
        };
        network: {
            getNetworks: typeof import("./monitoring/network/operations/getNetworks.methods").getNetworks;
            getNetwork_name: typeof import("./monitoring/network/operations/getNetwork_name.methods").getNetwork_name;
            getBandwidth_usage: typeof import("./monitoring/network/operations/getBandwidth_usage.methods").getBandwidth_usage;
        };
        site: {
            listSites: typeof import("./monitoring/site/operations/listSites.methods").listSites;
            createSite: typeof import("./monitoring/site/operations/createSite.methods").createSite;
            getSiteDetails: typeof import("./monitoring/site/operations/getSiteDetails.methods").getSiteDetails;
            updateSite: typeof import("./monitoring/site/operations/updateSite.methods").updateSite;
            associateSiteToDevice: typeof import("./monitoring/site/operations/associateSiteToDevice.methods").associateSiteToDevice;
            unassociateSiteFromDevice: typeof import("./monitoring/site/operations/unassociateSiteFromDevice.methods").unassociateSiteFromDevice;
            associateSiteToDevices: typeof import("./monitoring/site/operations/associateSiteToDevices.methods").associateSiteToDevices;
            unassociateSiteFromDevices: typeof import("./monitoring/site/operations/unassociateSiteFromDevices.methods").unassociateSiteFromDevices;
        };
        swarm: {
            getTopn: typeof import("./monitoring/swarm/operations/getTopn.methods").getTopn;
            getSwarms: typeof import("./monitoring/swarm/operations/getSwarms.methods").getSwarms;
            getSwarm: typeof import("./monitoring/swarm/operations/getSwarm.methods").getSwarm;
        };
        switch: {
            listSwitches: typeof import("./monitoring/switch/operations/listSwitches.methods").listSwitches;
            getSwitchVlanInfo: typeof import("./monitoring/switch/operations/getSwitchVlanInfo.methods").getSwitchVlanInfo;
            getCxSwitchVlanInfo: typeof import("./monitoring/switch/operations/getCxSwitchVlanInfo.methods").getCxSwitchVlanInfo;
            getSwitchStackVlanInfo: typeof import("./monitoring/switch/operations/getSwitchStackVlanInfo.methods").getSwitchStackVlanInfo;
            getCxSwitchStackVlanInfo: typeof import("./monitoring/switch/operations/getCxSwitchStackVlanInfo.methods").getCxSwitchStackVlanInfo;
            getSwitchPortPoeInfo: typeof import("./monitoring/switch/operations/getSwitchPortPoeInfo.methods").getSwitchPortPoeInfo;
            getCxSwitchPortPoeInfo: typeof import("./monitoring/switch/operations/getCxSwitchPortPoeInfo.methods").getCxSwitchPortPoeInfo;
            getSwitchPoeInfo: typeof import("./monitoring/switch/operations/getSwitchPoeInfo.methods").getSwitchPoeInfo;
            getCxSwitchPoeInfo: typeof import("./monitoring/switch/operations/getCxSwitchPoeInfo.methods").getCxSwitchPoeInfo;
            getCxSwitchVsxInfo: typeof import("./monitoring/switch/operations/getCxSwitchVsxInfo.methods").getCxSwitchVsxInfo;
            getCxSwitchNeighborInfo: typeof import("./monitoring/switch/operations/getCxSwitchNeighborInfo.methods").getCxSwitchNeighborInfo;
            getCxSwitchStackNeighborInfo: typeof import("./monitoring/switch/operations/getCxSwitchStackNeighborInfo.methods").getCxSwitchStackNeighborInfo;
            getSwitchBandwidthUsage: typeof import("./monitoring/switch/operations/getSwitchBandwidthUsage.methods").getSwitchBandwidthUsage;
            getTopNSwitches: typeof import("./monitoring/switch/operations/getTopNSwitches.methods").getTopNSwitches;
            getSwitchDetails: typeof import("./monitoring/switch/operations/getSwitchDetails.methods").getSwitchDetails;
            deleteSwitch: typeof import("./monitoring/switch/operations/deleteSwitch.methods").deleteSwitch;
            getSwitchPortsDetails: typeof import("./monitoring/switch/operations/getSwitchPortsDetails.methods").getSwitchPortsDetails;
            getCxSwitchPortsDetails: typeof import("./monitoring/switch/operations/getCxSwitchPortsDetails.methods").getCxSwitchPortsDetails;
            getSwitchChassisDetails: typeof import("./monitoring/switch/operations/getSwitchChassisDetails.methods").getSwitchChassisDetails;
            getSwitchPortsBandwidthUsage: typeof import("./monitoring/switch/operations/getSwitchPortsBandwidthUsage.methods").getSwitchPortsBandwidthUsage;
            getCxSwitchPortsBandwidthUsage: typeof import("./monitoring/switch/operations/getCxSwitchPortsBandwidthUsage.methods").getCxSwitchPortsBandwidthUsage;
            getSwitchPortsErrors: typeof import("./monitoring/switch/operations/getSwitchPortsErrors.methods").getSwitchPortsErrors;
            getCxSwitchPortsErrors: typeof import("./monitoring/switch/operations/getCxSwitchPortsErrors.methods").getCxSwitchPortsErrors;
            getSwitchStackPortDetails: typeof import("./monitoring/switch/operations/getSwitchStackPortDetails.methods").getSwitchStackPortDetails;
            getCxSwitchStackPortDetails: typeof import("./monitoring/switch/operations/getCxSwitchStackPortDetails.methods").getCxSwitchStackPortDetails;
            listSwitchStacks: typeof import("./monitoring/switch/operations/listSwitchStacks.methods").listSwitchStacks;
            getSwitchStackDetails: typeof import("./monitoring/switch/operations/getSwitchStackDetails.methods").getSwitchStackDetails;
            deleteSwitchStack: typeof import("./monitoring/switch/operations/deleteSwitchStack.methods").deleteSwitchStack;
        };
        vpn: {
            getInfo: typeof import("./monitoring/vpn/operations/getInfo.methods").getInfo;
            postUsage: typeof import("./monitoring/vpn/operations/postUsage.methods").postUsage;
        };
    };
    firmware: {
        swarm: {
            getSwarms: typeof import("./firmware/swarm/operations/getSwarms.methods").getSwarms;
            getSwarm: typeof import("./firmware/swarm/operations/getSwarm.methods").getSwarm;
        };
        device: {
            getDevices: typeof import("./firmware/device/operations/getDevices.methods").getDevices;
            getDevice: typeof import("./firmware/device/operations/getDevice.methods").getDevice;
        };
        version: {
            getVersions: typeof import("./firmware/version/operations/getVersions.methods").getVersions;
            checkVersion: typeof import("./firmware/version/operations/checkVersion.methods").checkVersion;
        };
        status: {
            getStatus: typeof import("./firmware/status/operations/getStatus.methods").getStatus;
        };
        upgrade: {
            upgradeFirmware: typeof import("./firmware/upgrade/operations/upgradeFirmware.methods").upgradeFirmware;
            cancelUpgrade: typeof import("./firmware/upgrade/operations/cancelUpgrade.methods").cancelUpgrade;
            setComplianceVersion: typeof import("./firmware/upgrade/operations/setComplianceVersion.methods").setComplianceVersion;
            getComplianceVersion: typeof import("./firmware/upgrade/operations/getComplianceVersion.methods").getComplianceVersion;
            clearComplianceVersion: typeof import("./firmware/upgrade/operations/clearComplianceVersion.methods").clearComplianceVersion;
        };
    };
    topology: {
        topology: {
            getTopology: typeof import("./topology/topology/operations/getTopology.methods").getTopology;
            getDevices: typeof import("./topology/topology/operations/getDevices.methods").getDevices;
            getEdges: typeof import("./topology/topology/operations/getEdges.methods").getEdges;
            getDest_serial: typeof import("./topology/topology/operations/getDest_serial.methods").getDest_serial;
            getUplinks: typeof import("./topology/topology/operations/getUplinks.methods").getUplinks;
            gettunnel: typeof import("./topology/topology/operations/gettunnel.methods").gettunnel;
            getNeighbors: typeof import("./topology/topology/operations/getNeighbors.methods").getNeighbors;
            getVlans: typeof import("./topology/topology/operations/getVlans.methods").getVlans;
        };
    };
    rapids: {
        rogues: {
            getRogueApList: typeof import("./rapids/rogues/operations/getRogueApList.methods").getRogueApList;
            getInterferingApList: typeof import("./rapids/rogues/operations/getInterferingApList.methods").getInterferingApList;
            getSuspectApList: typeof import("./rapids/rogues/operations/getSuspectApList.methods").getSuspectApList;
            getNeighborApList: typeof import("./rapids/rogues/operations/getNeighborApList.methods").getNeighborApList;
            getManuallyContainedApList: typeof import("./rapids/rogues/operations/getManuallyContainedApList.methods").getManuallyContainedApList;
        };
        wids: {
            getInfrastructureAttacks: typeof import("./rapids/wids/operations/getInfrastructureAttacks.methods").getInfrastructureAttacks;
            getClientAttacks: typeof import("./rapids/wids/operations/getClientAttacks.methods").getClientAttacks;
            getWidsEvents: typeof import("./rapids/wids/operations/getWidsEvents.methods").getWidsEvents;
        };
    };
    keymanagement: {
        health: {
            getHealth: typeof import("./keymanagement/operations/getHealth.methods").getHealth;
        };
        keycache: {
            getKeyCache: typeof import("./keymanagement/operations/getKeyCache.methods").getKeyCache;
        };
        roamcache: {
            getRoamCache: typeof import("./keymanagement/operations/getRoamCache.methods").getRoamCache;
        };
        syncedaplist: {
            getSyncedApList: typeof import("./keymanagement/operations/getSyncedApList.methods").getSyncedApList;
        };
        keyhash: {
            getKeyHash: typeof import("./keymanagement/operations/getKeyHash.methods").getKeyHash;
        };
        clientroamhistory: {
            getClientRoamHistory: typeof import("./keymanagement/operations/getClientRoamHistory.methods").getClientRoamHistory;
        };
    };
    troubleshooting: {
        actioncommand: {
            postSwitch: typeof import("./troubleshooting/actioncommand/operations/postSwitch.methods").postSwitch;
        };
        troubleshooting: {
            getCommands: typeof import("./troubleshooting/troubleshooting/operations/getCommands.methods").getCommands;
            getCxCommands: typeof import("./troubleshooting/troubleshooting/operations/getCxCommands.methods").getCxCommands;
            clearSession: typeof import("./troubleshooting/troubleshooting/operations/clearSession.methods").clearSession;
            getOutput: typeof import("./troubleshooting/troubleshooting/operations/getOutput.methods").getOutput;
            startSession: typeof import("./troubleshooting/troubleshooting/operations/startSession.methods").startSession;
            startCxSession: typeof import("./troubleshooting/troubleshooting/operations/startCxSession.methods").startCxSession;
            getSessionId: typeof import("./troubleshooting/troubleshooting/operations/getSessionId.methods").getSessionId;
            getBackupsBySerialAndPrefix: typeof import("./troubleshooting/troubleshooting/operations/getBackupsBySerialAndPrefix.methods").getBackupsBySerialAndPrefix;
            initiateBackupBySingleDevice: typeof import("./troubleshooting/troubleshooting/operations/initiateBackupBySingleDevice.methods").initiateBackupBySingleDevice;
            initiateBackupByGroup: typeof import("./troubleshooting/troubleshooting/operations/initiateBackupByGroup.methods").initiateBackupByGroup;
            getBackupsBySerial: typeof import("./troubleshooting/troubleshooting/operations/getBackupsBySerial.methods").getBackupsBySerial;
            getBackupByName: typeof import("./troubleshooting/troubleshooting/operations/getBackupByName.methods").getBackupByName;
            enrollEstCert: typeof import("./troubleshooting/troubleshooting/operations/enrollEstCert.methods").enrollEstCert;
        };
    };
};
