import { TEnforceFeatureConstraint, TFeatureDefinition } from '@blgc/types/features'; import { TFetchClient } from 'feature-fetch'; import { TElevenLabsFeature } from './types'; export declare function withElevenLabs(baseFetchClient: TEnforceFeatureConstraint, TFetchClient, [ 'openapi' ]>): TFetchClient<[TElevenLabsFeature, ...GFeatures]>;