import type * as ElevenLabs from "../index"; export interface ContentConfig { sexual?: ElevenLabs.ThresholdGuardrail; violence?: ElevenLabs.ThresholdGuardrail; harassment?: ElevenLabs.ThresholdGuardrail; selfHarm?: ElevenLabs.ThresholdGuardrail; profanity?: ElevenLabs.ThresholdGuardrail; religionOrPolitics?: ElevenLabs.ThresholdGuardrail; medicalAndLegalInformation?: ElevenLabs.ThresholdGuardrail; }