import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * Action taken when the builtin filter triggers */ export declare const ContentFilterBuiltinAction: { readonly Redact: "redact"; readonly Block: "block"; readonly Flag: "flag"; }; /** * Action taken when the builtin filter triggers */ export type ContentFilterBuiltinAction = OpenEnum; /** @internal */ export declare const ContentFilterBuiltinAction$inboundSchema: z.ZodType; /** @internal */ export declare const ContentFilterBuiltinAction$outboundSchema: z.ZodType; //# sourceMappingURL=contentfilterbuiltinaction.d.ts.map