import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../submission.d-BamwfhXw.js'; export { a as Components, O as OperationMethods, c as OptIn, P as Paths, b as PathsDictionary, S as S3Reference, d as SubmissionEntity, e as SubmissionNonce, f as SubmissionPayload } from '../submission.d-BamwfhXw.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: * `submission.someOperation(...)` calls forwarded to lazy singleton */ declare const submission: ApiHandle; export { Client, createClient, getClient, submission };