declare const operations: {
    topology: {
        getTopology: typeof import("./topology/operations/getTopology.methods").getTopology;
        getDevices: typeof import("./topology/operations/getDevices.methods").getDevices;
        getEdges: typeof import("./topology/operations/getEdges.methods").getEdges;
        getDest_serial: typeof import("./topology/operations/getDest_serial.methods").getDest_serial;
        getUplinks: typeof import("./topology/operations/getUplinks.methods").getUplinks;
        gettunnel: typeof import("./topology/operations/gettunnel.methods").gettunnel;
        getNeighbors: typeof import("./topology/operations/getNeighbors.methods").getNeighbors;
        getVlans: typeof import("./topology/operations/getVlans.methods").getVlans;
    };
};
export { operations as topologyOperations };
