import * as Models from "./tione_models"; import { Client } from "./tione_client"; export declare const v20191022: { Client: typeof Client; Models: typeof Models; };