import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../webhooks.d-DKZOMj1P.cjs'; export { A as ApiKeyConfig, c as Auth, d as AuthType, B as BasicAuthConfig, e as BatchReplayRequest, a as Components, f as CustomHeader, g as CustomOAuthParameter, E as ErrorResp, h as EventConfigEntry, i as EventConfigResp, j as EventListResponse, k as ExampleRequest, l as ExampleResponse, m as ExecutionPayload, F as Filter, H as HttpMethod, M as Metadata, n as OAuthConfig, O as OperationMethods, P as Paths, b as PathsDictionary, o as PayloadConfiguration, p as PublicKeyResponse, S as SearchOptions, T as TestOAuthResponse, q as TriggerWebhookResp, W as WebhookCondition, r as WebhookConditionGroup, s as WebhookConfig, t as WebhookEvent } from '../webhooks.d-DKZOMj1P.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: * `webhooks.someOperation(...)` calls forwarded to lazy singleton */ declare const webhooks: ApiHandle; export { Client, createClient, getClient, webhooks };