import type * as ElevenLabs from "../index"; export interface OTelScopeSpans { scope: ElevenLabs.OTelScope; spans: ElevenLabs.OTelSpan[]; }