import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../template-variables.d-Ble9TSBa.js'; export { c as CategoryResult, a as Components, d as CustomVariable, e as CustomVariablesSearchParams, E as ExternalCustomVariable, L as Language, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReplacementOutput, f as ReplacementOutputV2, T as TemplateType, V as VariableContext, g as VariableParameters, h as VariableResult } from '../template-variables.d-Ble9TSBa.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: * `templateVariables.someOperation(...)` calls forwarded to lazy singleton */ declare const templateVariables: ApiHandle; export { Client, createClient, getClient, templateVariables };