declare const operations: {
    rogues: {
        getRogueApList: typeof import("./rogues/operations/getRogueApList.methods").getRogueApList;
        getInterferingApList: typeof import("./rogues/operations/getInterferingApList.methods").getInterferingApList;
        getSuspectApList: typeof import("./rogues/operations/getSuspectApList.methods").getSuspectApList;
        getNeighborApList: typeof import("./rogues/operations/getNeighborApList.methods").getNeighborApList;
        getManuallyContainedApList: typeof import("./rogues/operations/getManuallyContainedApList.methods").getManuallyContainedApList;
    };
    wids: {
        getInfrastructureAttacks: typeof import("./wids/operations/getInfrastructureAttacks.methods").getInfrastructureAttacks;
        getClientAttacks: typeof import("./wids/operations/getClientAttacks.methods").getClientAttacks;
        getWidsEvents: typeof import("./wids/operations/getWidsEvents.methods").getWidsEvents;
    };
};
export { operations as rapidsOperations };
