import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../deduplication.d-D5GYddVu.cjs'; export { a as Components, D as DeduplicateAsyncResponse, c as DeduplicateRequestBody, d as DeduplicateRequestResponse, e as DeduplicationJob, E as Entity, J as JobStatus, O as OperationMethods, P as Paths, b as PathsDictionary } from '../deduplication.d-D5GYddVu.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: * `deduplication.someOperation(...)` calls forwarded to lazy singleton */ declare const deduplication: ApiHandle; export { Client, createClient, deduplication, getClient };