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 SafetyCommonModel: core.serialization.ObjectSchema; export declare namespace SafetyCommonModel { interface Raw { ivc?: SafetyEvaluation.Raw | null; non_ivc?: SafetyEvaluation.Raw | null; } }