import * as Models from "./ecc_models";
import { Client } from "./ecc_client";
export declare const v20181213: {
    Client: typeof Client;
    Models: typeof Models;
};
