import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../workflow-definition.d-DOeb0KVV.js'; export { A as ActionSchedule, c as AgentConfig, d as AiAgentTask, e as AutomationConfig, f as AutomationInputContext, g as AutomationTask, h as AutomationTrigger, i as ChangeReasonStatusReq, j as ClosingReason, k as ClosingReasonId, l as ClosingReasonNotFoundResp, m as ClosingReasons, n as ClosingReasonsIds, o as ClosingReasonsStatus, a as Components, p as Condition, q as CreateFlowTemplate, D as DecisionTask, r as DefinitionNotFoundResp, s as DelayedSchedule, t as DueDateConfig, u as DynamicDueDate, E as ECPDetails, v as Edge, w as EnableRequirement, x as EntitySync, y as ErrorResp, z as EvaluationSource, F as FlowTemplate, B as FlowTemplateBase, G as FlowTemplateId, H as FlowTemplatesList, I as ImmediateSchedule, J as ItemType, K as JourneyAutomationTrigger, L as JourneySubmissionTrigger, M as ManualTask, N as ManualTrigger, Q as MaxAllowedLimit, O as OperationMethods, R as Operator, S as PartnerDetails, P as Paths, b as PathsDictionary, T as Phase, U as RelativeSchedule, V as SearchFlowTemplates, W as Section, X as Statement, Y as Step, Z as StepDescription, _ as StepJourney, $ as StepRequirement, a0 as StepType, a1 as Task, a2 as TaskBase, a3 as TaskType, a4 as TimeUnit, a5 as Trigger, a6 as TriggerMode, a7 as TriggerType, a8 as UpdateEntityAttributes, a9 as VariableAssignment, aa as Version, ab as WorkflowDefinition } from '../workflow-definition.d-DOeb0KVV.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: * `workflowDefinition.someOperation(...)` calls forwarded to lazy singleton */ declare const workflowDefinition: ApiHandle; export { Client, createClient, getClient, workflowDefinition };