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