import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../environments.d-BvqvN-PD.cjs'; export { a as Components, E as EnvironmentGroup, c as EnvironmentGroupList, d as EnvironmentGroupUpsertRequest, e as EnvironmentValueType, f as EnvironmentVariable, g as EnvironmentVariableCreateRequest, h as EnvironmentVariableList, i as EnvironmentVariableListItem, j as EnvironmentVariableUpdateRequest, O as OperationMethods, P as Paths, b as PathsDictionary } from '../environments.d-BvqvN-PD.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: * `environments.someOperation(...)` calls forwarded to lazy singleton */ declare const environments: ApiHandle; export { Client, createClient, environments, getClient };