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<serializers.AgentVersionParents.Raw, ElevenLabs.AgentVersionParents>;
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;
    }
}
