import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const AgentMetadata: core.serialization.ObjectSchema<serializers.AgentMetadata.Raw, ElevenLabs.AgentMetadata>;
export declare namespace AgentMetadata {
    interface Raw {
        agent_id: string;
        branch_id?: string | null;
        workflow_node_id?: string | null;
        version_id?: string | null;
    }
}
