import * as Models from "./thpc_models"; import { Client } from "./thpc_client"; export declare const v20211109: { Client: typeof Client; Models: typeof Models; };