import * as z from "zod"; import { ConditionGroupV3, ConditionGroupV3$Outbound } from "./conditiongroupv3.js"; export type ExpressionFilterOptsV3 = { /** * The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass. */ conditionGroups: Array; }; /** @internal */ export declare const ExpressionFilterOptsV3$inboundSchema: z.ZodType; /** @internal */ export type ExpressionFilterOptsV3$Outbound = { condition_groups: Array; }; /** @internal */ export declare const ExpressionFilterOptsV3$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ExpressionFilterOptsV3$ { /** @deprecated use `ExpressionFilterOptsV3$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsV3$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsV3$Outbound` instead. */ type Outbound = ExpressionFilterOptsV3$Outbound; } //# sourceMappingURL=expressionfilteroptsv3.d.ts.map