import * as Models from "./tdcpg_models"; import { Client } from "./tdcpg_client"; export declare const v20211118: { Client: typeof Client; Models: typeof Models; };