import * as Models from "./tke_models"; import { Client } from "./tke_client"; export declare const v20220501: { Client: typeof Client; Models: typeof Models; };