import * as Models from "./tchd_models"; import { Client } from "./tchd_client"; export declare const v20230306: { Client: typeof Client; Models: typeof Models; };