import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../audit-logs.d-BRToFqeX.cjs'; export { c as Caller, a as Components, E as Event, H as HttpContext, O as OperationMethods, P as Paths, b as PathsDictionary, S as SearchOptions } from '../audit-logs.d-BRToFqeX.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: * `auditLogs.someOperation(...)` calls forwarded to lazy singleton */ declare const auditLogs: ApiHandle; export { Client, auditLogs, createClient, getClient };