import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../file.d-BN417xok.cjs'; export { A as ActivityId, B as BaseEntityAcl, c as BaseEntityOwner, d as BatchSaveFileVersionPayload, e as CommonSaveFilePayload, a as Components, f as CreateZipJobPayload, g as CustomDownloadUrl, h as CustomDownloadUrlAuth, D as DownloadFilesPayload, E as EntityId, i as EntitySlug, j as ErrorObject, F as FileAttributes, k as FileCollectionAttributes, l as FileCollectionCreateRequest, m as FileCollectionId, n as FileCollectionItem, o as FileEntity, p as FileEntityId, q as FileItem, r as FileRelationItem, s as FileSummary, t as FileSummaryJob, u as FileSummaryJobStatus, v as FileType, w as FileUpload, O as OperationMethods, P as Paths, b as PathsDictionary, x as PublicLink, S as S3Ref, y as S3Reference, z as SaveCustomFilePayload, G as SaveFileFromSourceURLPayload, H as SaveFilePayload, I as SaveFilePayloadV2, J as SaveS3FilePayload, U as UploadFilePayload, V as VerifyCustomDownloadUrlPayload, Z as ZipJob } from '../file.d-BN417xok.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: * `file.someOperation(...)` calls forwarded to lazy singleton */ declare const file: ApiHandle; export { Client, createClient, file, getClient };