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-CweGhhBU.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 FlowLimitWarning, B as FlowTemplate, G as FlowTemplateBase, H as FlowTemplateId, I as FlowTemplatesList, J as ImmediateSchedule, K as ItemType, L as JourneyAutomationTrigger, M as JourneySubmissionTrigger, N as ManualTask, Q as ManualTrigger, R as MaxAllowedLimit, O as OperationMethods, S as Operator, T as PartnerDetails, P as Paths, b as PathsDictionary, U as Phase, V as RelativeSchedule, W as SearchFlowTemplates, X as Section, Y as Statement, Z as Step, _ as StepDescription, $ as StepJourney, a0 as StepRequirement, a1 as StepType, a2 as Task, a3 as TaskBase, a4 as TaskType, a5 as TimeUnit, a6 as Trigger, a7 as TriggerMode, a8 as TriggerType, a9 as UpdateEntityAttributes, aa as VariableAssignment, ab as Version, ac as WorkflowDefinition } from '../workflow-definition.d-CweGhhBU.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 };