export declare const tke: {
    v20220501: {
        Client: typeof import("./v20220501/tke_client").Client;
        Models: typeof import("./v20220501/tke_models");
    };
    v20180525: {
        Client: typeof import("./v20180525/tke_client").Client;
        Models: typeof import("./v20180525/tke_models");
    };
};
