export declare const bma: {
    v20221115: {
        Client: typeof import("./v20221115/bma_client").Client;
        Models: typeof import("./v20221115/bma_models");
    };
    v20210624: {
        Client: typeof import("./v20210624/bma_client").Client;
        Models: typeof import("./v20210624/bma_models");
    };
};
