import { n as SdkPaginated, t as ApiRequestOptions } from "./api-CHb_tF-8.js"; import "ofetch"; import "socket.io-client"; //#region src/lib/fetch.d.ts interface ApiAuthOptions { token?: string; } /** * Prepare the client for the rest of the SDK, will update config if needed * * @param baseURL Base HTTP URL of the API * @param auth Auth options to be authenticated */ declare function prepareClient(baseURL: string | URL, auth?: ApiAuthOptions): void; //#endregion //#region src/index.d.ts declare const version: string; //#endregion export { type ApiAuthOptions, type ApiRequestOptions, type SdkPaginated, prepareClient, version }; //# sourceMappingURL=index.d.ts.map