import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../address.d-CwAPOVxa.cjs'; export { A as AddressSuggestion, c as AddressSuggestions, d as AvailabilityCheckParams, e as AvailabilityDate, f as AvailabilityFilters, g as AvailabilityLocation, h as AvailabilityResult, a as Components, E as ErrorResponse, O as OperationMethods, P as Paths, b as PathsDictionary, V as ValidateAvailabilityFileError, i as ValidateAvailabilityFileResult } from '../address.d-CwAPOVxa.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: * `address.someOperation(...)` calls forwarded to lazy singleton */ declare const address: ApiHandle; export { Client, address, createClient, getClient };