export declare const mqtt: {
    v20240516: {
        Client: typeof import("./v20240516/mqtt_client").Client;
        Models: typeof import("./v20240516/mqtt_models");
    };
};
