import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../query.d-Cmp78IhZ.cjs'; export { A as AutomationConfig, c as AutomationExecutionDataset, d as AutomationExecutionResponse, e as AutomationQueryOptions, f as CacheExpiration, a as Components, g as CurrentEntitiesViewRequest, D as DatalakeQuery, h as DatalakeQueryOptions, i as Dataset, j as DatasetDomain, k as DatasetName, l as DatasetOptions_AutomationExecutionsOverview, m as DatasetOptions_CancellationReasons, n as DatasetOptions_CumulativeSumOfWorkflows, o as DatasetOptions_ListAutomationDefinitions, p as DatasetOptions_TotalCountOfWorkflowExecutions, q as DatasetOptions_WorkflowExecutionTimeSeries, r as DatasetOptions_WorkflowTasksOverview, s as DynamicDueDate, E as ECPDetails, t as EntityDataset, u as ErrorResponse, L as ListAutomationDefinitionsResponse, N as NameDurationSettings, v as NoCache, O as OperationMethods, P as Paths, b as PathsDictionary, w as PhaseStates, Q as QueryResults, R as RelationshipRequest, x as RelationshipResponse, y as RelationshipsListResponse, z as RelativeTimeRange, B as Response_WorkflowTaskOverview, S as SemanticModel, F as SortBy, T as Task, G as TaskRequirement, H as TaskStates, I as TaskStatus, J as TaskType, K as TaxonomiesViewRequest, M as TimeGroups, U as TimeSeriesSettings, V as UserId, W as ViewRequest, X as ViewResponse, Y as ViewsListResponse, Z as WorkflowContext, _ as WorkflowDataset, $ as WorkflowExecutionsViewRequest, a0 as WorkflowStates, a1 as WorkflowStatus, a2 as WorkflowsQueryOptions, a3 as WorkflowsQueryOptions_EntitySchema, a4 as WorkflowsQueryOptions_GroupTimeBy, a5 as WorkflowsQueryOptions_RelativeTimeRange, a6 as WorkflowsQueryOptions_TimeRangeFrom, a7 as WorkflowsQueryOptions_TimeRangeTo, a8 as WorkflowsQueryOptions_WorkflowDefinitionIDs, a9 as WorkflowsQueryOptions_WorkflowStates, aa as WorkflowsQueryResult } from '../query.d-Cmp78IhZ.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: * `query.someOperation(...)` calls forwarded to lazy singleton */ declare const query: ApiHandle; export { Client, createClient, getClient, query };