import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../notification.d-BfBL3lga.js'; export { a as Components, c as CreateNotificationTemplateInput, E as Entity, d as EntityAcl, e as EntityId, f as EntityOperation, g as EntityOwner, h as EntitySlug, i as Error, I as Id, N as Notification, j as NotificationBase, k as NotificationCallerContext, l as NotificationId, m as NotificationItem, n as NotificationTemplate, o as NotificationTemplateListResponse, O as OperationMethods, P as Paths, b as PathsDictionary, S as SendPreviewInput, p as SendPreviewResponse, U as UpdateNotificationTemplateInput } from '../notification.d-BfBL3lga.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: * `notification.someOperation(...)` calls forwarded to lazy singleton */ declare const notification: ApiHandle; export { Client, createClient, getClient, notification };