import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../journey.d-B1sOeMHw.js'; export { B as ButtonOption, a as Components, G as GenerateDocumentRequest, c as GenerateDocumentResponse, d as GetJourneysResponse, e as GetSettingsForJourney, J as Journey, f as JourneyAuditInfo, g as JourneyCreationRequest, h as JourneyCreationRequestV2, i as JourneyFeatureFlags, j as JourneyProductsResponse, k as JourneyResponse, l as JourneyValidationError, m as JourneyValidationResponse, O as OperationMethods, n as PatchUpdateJourneyRequest, P as Paths, b as PathsDictionary, R as RuleRef, S as S3Reference, o as SearchJourneysQueryRequest, p as SearchJourneysResponse, T as TemplateSettings, V as ValidationRuleRef } from '../journey.d-B1sOeMHw.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: * `journey.someOperation(...)` calls forwarded to lazy singleton */ declare const journey: ApiHandle; export { Client, createClient, getClient, journey };