import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../snapshot.d-DT0zg2CS.js'; export { c as CallerIdentity, a as Components, d as CreateOrgSnapshotRequest, e as CreateSnapshotRequest, f as CreateSnapshotResponse, E as Error, g as Operation, O as OperationMethods, h as OrgSnapshotSchedule, P as Paths, b as PathsDictionary, i as PutOrgSnapshotScheduleRequest, R as ResourceRef, j as RestoreSnapshotRequest, k as RestoreSnapshotResponse, l as RetentionConfig, S as Snapshot, m as SnapshotResourceDetail, n as SnapshotResourceList, o as SnapshotResourceSummary } from '../snapshot.d-DT0zg2CS.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: * `snapshot.someOperation(...)` calls forwarded to lazy singleton */ declare const snapshot: ApiHandle; export { Client, createClient, getClient, snapshot };