import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SafetyEvaluation } from "./SafetyEvaluation"; export declare const SafetyCommonModelInput: core.serialization.ObjectSchema; export declare namespace SafetyCommonModelInput { interface Raw { ivc?: SafetyEvaluation.Raw | null; non_ivc?: SafetyEvaluation.Raw | null; } }