import * as Models from "./tcb_models";
import { Client } from "./tcb_client";
export declare const v20180608: {
    Client: typeof Client;
    Models: typeof Models;
};
