import * as Models from "./trocket_models";
import { Client } from "./trocket_client";
export declare const v20230308: {
    Client: typeof Client;
    Models: typeof Models;
};
