import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * Action taken when the pattern matches */ export declare const ContentFilterAction: { readonly Redact: "redact"; readonly Block: "block"; }; /** * Action taken when the pattern matches */ export type ContentFilterAction = OpenEnum; /** @internal */ export declare const ContentFilterAction$inboundSchema: z.ZodType; /** @internal */ export declare const ContentFilterAction$outboundSchema: z.ZodType; //# sourceMappingURL=contentfilteraction.d.ts.map