import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const RagChunkMetadata: core.serialization.ObjectSchema; export declare namespace RagChunkMetadata { interface Raw { document_id: string; chunk_id: string; vector_distance: number; } }