import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { OTelScope } from "./OTelScope"; import { OTelSpan } from "./OTelSpan"; export declare const OTelScopeSpans: core.serialization.ObjectSchema; export declare namespace OTelScopeSpans { interface Raw { scope: OTelScope.Raw; spans: OTelSpan.Raw[]; } }