import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ConflictSection } from "./ConflictSection"; export declare const FieldConflict: core.serialization.ObjectSchema; export declare namespace FieldConflict { interface Raw { path: string; section: ConflictSection.Raw; base_value?: unknown | null; source_value?: unknown | null; target_value?: unknown | null; } }