import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ContentConfig } from "./ContentConfig"; import { GuardrailExecutionMode } from "./GuardrailExecutionMode"; export declare const ContentGuardrailOutput: core.serialization.ObjectSchema; export declare namespace ContentGuardrailOutput { interface Raw { execution_mode?: GuardrailExecutionMode.Raw | null; config?: ContentConfig.Raw | null; } }