import * as Models from "./databuddy_models"; import { Client } from "./databuddy_client"; export declare const v20260715: { Client: typeof Client; Models: typeof Models; };