import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../billing.d-Bs8Ku9qE.cjs'; export { B as Balance, c as BaseBillingEvent, d as BaseEntity, e as BillingEvent, a as Components, f as Contract, g as ContractItem, h as Currency, E as EntityId, i as EntityRelationItem, j as EntitySlug, I as InstallmentEvent, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReimbursementEvent } from '../billing.d-Bs8Ku9qE.cjs'; 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: * `billing.someOperation(...)` calls forwarded to lazy singleton */ declare const billing: ApiHandle; export { Client, billing, createClient, getClient };