import * as Models from "./tag_models"; import { Client } from "./tag_client"; export declare const v20180813: { Client: typeof Client; Models: typeof Models; };