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 AttachedSystemDataCollectionRef: core.serialization.ObjectSchema; export declare namespace AttachedSystemDataCollectionRef { interface Raw { analysis_item_id: "__system_data_collection_topic"; scope?: AnalysisScope.Raw | null; } }