import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../calendar.d-BEjLDagH.js'; export { A as Attendee, c as Calendar, d as CalendarEvent, e as CalendarSource, a as Components, E as Error, f as EventSource, g as EventStatus, h as EventType, I as Importance, O as OperationMethods, P as Paths, b as PathsDictionary, i as Provider, R as ResponseStatus, S as Sensitivity } from '../calendar.d-BEjLDagH.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: * `calendar.someOperation(...)` calls forwarded to lazy singleton */ declare const calendar: ApiHandle; export { Client, calendar, createClient, getClient };