import type * as ElevenLabs from "../index"; export interface TriggeredGuardrailCommonModel { guardrailType: ElevenLabs.GuardrailType; guardrailName?: string; }