import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../consent.d-C2PROHhX.cjs'; export { a as Components, c as ConsentEvent, d as ConsentEventRequestBody, e as ConsentIdentifier, f as ConsentMeta, g as ConsentSource, h as ConsentTopic, O as OperationMethods, i as OrganizationId, P as Paths, b as PathsDictionary } from '../consent.d-C2PROHhX.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: * `consent.someOperation(...)` calls forwarded to lazy singleton */ declare const consent: ApiHandle; export { Client, consent, createClient, getClient };