import * as Models from "./iottid_models";
import { Client } from "./iottid_client";
export declare const v20190411: {
    Client: typeof Client;
    Models: typeof Models;
};
