import * as Models from "./tcm_models"; import { Client } from "./tcm_client"; export declare const v20210413: { Client: typeof Client; Models: typeof Models; };