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