import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { AnalysisScope } from "./AnalysisScope"; export declare const AttachedUserEvaluationRef: core.serialization.ObjectSchema; export declare namespace AttachedUserEvaluationRef { interface Raw { analysis_item_id: string; version_id?: string | null; additional_version_ids?: string[] | null; scope?: AnalysisScope.Raw | null; weight?: number | null; } }