import * as Models from "./bh_models"; import { Client } from "./bh_client"; export declare const v20230418: { Client: typeof Client; Models: typeof Models; };