import { A as ApiHandle } from '../types-ChU9Acbv.cjs'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs'; import { C as Client } from '../organization.d-DqwnNxMg.cjs'; export { a as Components, c as CreateOrganizationRequest, D as DataPoint, d as DataPointsResponse, F as FeatureFlagMetadata, e as FeatureSettings, H as HubspotCompaniesResponse, f as HubspotCompany, g as HubspotOrganizationData, I as I18nString, h as InternalOrganization, O as OperationMethods, i as Organization, j as OrganizationCleanupStatus, k as OrganizationId, l as OrganizationToCleanup, P as Paths, b as PathsDictionary, S as SettingKey, m as Settings, n as SettingsValue, V as VisibilityRule } from '../organization.d-DqwnNxMg.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: * `organization.someOperation(...)` calls forwarded to lazy singleton */ declare const organization: ApiHandle; export { Client, createClient, getClient, organization };