import * as Models from "./wedata_models";
import { Client } from "./wedata_client";
export declare const v20210820: {
    Client: typeof Client;
    Models: typeof Models;
};
