export declare const GuardrailType: { readonly Custom: "custom"; readonly PromptInjection: "prompt_injection"; readonly SelfHarmIntent: "self_harm_intent"; readonly ViolenceGraphic: "violence_graphic"; readonly Sexual: "sexual"; readonly Violence: "violence"; readonly Harassment: "harassment"; readonly SexualMinors: "sexual_minors"; readonly SelfHarm: "self_harm"; readonly SelfHarmInstructions: "self_harm_instructions"; readonly HarassmentThreatening: "harassment_threatening"; readonly Hate: "hate"; readonly HateThreatening: "hate_threatening"; readonly Profanity: "profanity"; readonly ReligionOrPolitics: "religion_or_politics"; readonly MedicalAndLegal: "medical_and_legal"; readonly Guardrail: "guardrail"; }; export type GuardrailType = (typeof GuardrailType)[keyof typeof GuardrailType];