import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SmbAgentType } from "./SmbAgentType"; export declare const AgentSmbMetadata: core.serialization.ObjectSchema; export declare namespace AgentSmbMetadata { interface Raw { agent_type: SmbAgentType.Raw; is_ephemeral?: boolean | null; source_fingerprint?: string | null; } }