import * as Models from "./hasim_models";
import { Client } from "./hasim_client";
export declare const v20210716: {
    Client: typeof Client;
    Models: typeof Models;
};
