import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const AutoGenerationMetadata: core.serialization.ObjectSchema; export declare namespace AutoGenerationMetadata { interface Raw { agent_id: string; stable_topic_id: string; criteria_id: string; topic_label: string; source_conversation_id: string; generated_at_unix: number; } }