import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../dashboard.d-CsGcA74I.cjs'; export { a as Components, D as Dashboard, c as DashboardID, d as DashboardTile, e as DashboardTileID, f as DatalakeQuery, E as Example, g as ExampleID, O as OperationMethods, P as Paths, b as PathsDictionary, V as Visualisation, h as VisualisationConfig, i as VisualisationId, t as timechartVisualisationConfig } from '../dashboard.d-CsGcA74I.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: * `dashboard.someOperation(...)` calls forwarded to lazy singleton */ declare const dashboard: ApiHandle; export { Client, createClient, dashboard, getClient };