import { A as ApiHandle } from '../types-ChU9Acbv.js'; export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js'; import { C as Client } from '../validation-rules.d-Db5c5zTf.js'; export { a as Components, c as CreateValidationRuleRequest, G as GetValidationRulesResponse, N as NumericCondition, d as NumericFactCondition, e as NumericNestedCondition, f as NumericRuleType, O as OperationMethods, P as Paths, b as PathsDictionary, g as PatternCondition, h as PatternFactCondition, i as PatternNestedCondition, j as PatternRuleType, R as RegexCondition, k as RegexFactCondition, l as RegexNestedCondition, m as RegexRuleType, U as UpdateValidationRuleRequest, n as UsedBy, V as ValidationRule, o as ValidationRuleBase } from '../validation-rules.d-Db5c5zTf.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: * `validationRules.someOperation(...)` calls forwarded to lazy singleton */ declare const validationRules: ApiHandle; export { Client, createClient, getClient, validationRules };