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