import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const GuardrailMode: { readonly BanWords: "ban_words"; readonly PromptInjection: "prompt_injection"; readonly Leakage: "leakage"; }; export type GuardrailMode = ClosedEnum; /** @internal */ export declare const GuardrailMode$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GuardrailMode$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=guardrailmode.d.ts.map