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