import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const AgentVersionParents: core.serialization.ObjectSchema; export declare namespace AgentVersionParents { interface Raw { in_branch_parent_id?: string | null; out_of_branch_parent_id?: string | null; merged_into_branch_id?: string | null; merged_from_branch_id?: string | null; } }