import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../user.d-L-C7_K84.js'; export { c as CognitoDetails, a as Components, d as CreateGroupReq, D as DataPoint, e as DataPointsResponse, G as Group, f as GroupId, g as GroupImageUri, H as Hydrate, I as InviteToken, L as Limit, h as LoginParameters, N as Navigation, i as NavigationConfiguration, j as NavigationCreateRequest, k as NavigationGroupItem, l as NavigationId, m as NavigationItem, n as NavigationKeyItem, o as Offset, O as OperationMethods, p as Organization, q as OrganizationDetail, r as OrganizationId, s as PartnerInvitationToken, t as Passkey, u as PasskeyAuthenticationOptions, v as PasskeyRegistrationOptions, w as PasskeyRegistrationResponse, P as Paths, b as PathsDictionary, Q as Query, S as SignupUserPayload, U as UpdateGroupReq, x as User, y as UserActivationPayload, z as UserDetail, A as UserId, B as UserInvitationPayload, E as UserSetting, F as UserSettingKey, J as UserSettingScope, K as UserSettingValue, M as UserSettingsListResponse, R as UserSettingsScopeResponse, T as UserV2, V as UserVerificationPayload, W as Username, X as VerificationToken } from '../user.d-L-C7_K84.js'; export { OpenAPIClient } from 'openapi-client-axios'; import 'axios'; /** Get the cached singleton client (lazy-initialized on first call) */ declare const getClient: () => Client; /** Create a fresh client instance (not cached) */ declare const createClient: () => Client; /** * API handle — also exposes operations directly: * `user.someOperation(...)` calls forwarded to lazy singleton */ declare const user: ApiHandle; export { Client, createClient, getClient, user };