import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../billing.d-N_1F759g.js'; export { B as Balance, c as BaseBillingEvent, d as BaseEntity, e as BillingAccountPricingInformation, f as BillingEvent, g as BillingEventUpdate, h as BonusEvent, a as Components, i as ConfigurationHistoryContext, j as ConfigurationHistoryResponse, k as ConfigurationHistoryRow, l as Contract, m as ContractItem, n as ContractPricingInformation, o as ContractPricingSchedule, p as CorrectionEvent, q as Currency, r as CustomEvent, D as DunningFeeEvent, s as DynamicTariffPriceContext, E as EntityId, t as EntityRelationItem, u as EntitySlug, v as Error, F as FinalBillEvent, I as InstallmentAmountValue, w as InstallmentEvent, x as InvoiceEvent, O as OperationMethods, P as Paths, b as PathsDictionary, y as PaymentEvent, z as PriceContext, A as PricingInformationBalance, R as ReimbursementEvent } from '../billing.d-N_1F759g.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: * `billing.someOperation(...)` calls forwarded to lazy singleton */ declare const billing: ApiHandle; export { Client, billing, createClient, getClient };