import * as z from "zod"; import { ConditionGroupV2, ConditionGroupV2$Outbound } from "./conditiongroupv2.js"; import { EngineParamBindingV2, EngineParamBindingV2$Outbound } from "./engineparambindingv2.js"; export type ExpressionBranchV2 = { /** * When one of these condition groups are satisfied, this branch will be evaluated */ conditionGroups: Array; result: EngineParamBindingV2; }; /** @internal */ export declare const ExpressionBranchV2$inboundSchema: z.ZodType; /** @internal */ export type ExpressionBranchV2$Outbound = { condition_groups: Array; result: EngineParamBindingV2$Outbound; }; /** @internal */ export declare const ExpressionBranchV2$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 ExpressionBranchV2$ { /** @deprecated use `ExpressionBranchV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ExpressionBranchV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ExpressionBranchV2$Outbound` instead. */ type Outbound = ExpressionBranchV2$Outbound; } //# sourceMappingURL=expressionbranchv2.d.ts.map