import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../kanban.d-BHnSRCYW.js'; export { B as Board, c as BoardFilter, d as BoardSummary, a as Components, D as DynamicDateValue, E as Error, F as FilterGroup, e as FilterItem, f as FilterOperator, g as FlowsQueryRequest, h as FlowsQueryResult, G as GroupBy, O as OperationMethods, P as Paths, b as PathsDictionary, S as Sorting, i as Swimlane, V as ValueType } from '../kanban.d-BHnSRCYW.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: * `kanban.someOperation(...)` calls forwarded to lazy singleton */ declare const kanban: ApiHandle; export { Client, createClient, getClient, kanban };