import * as z from "zod"; import { EngineParamBindingV2, EngineParamBindingV2$Outbound } from "./engineparambindingv2.js"; export type AlertRouteEscalationBindingV2 = { binding: EngineParamBindingV2; }; /** @internal */ export declare const AlertRouteEscalationBindingV2$inboundSchema: z.ZodType; /** @internal */ export type AlertRouteEscalationBindingV2$Outbound = { binding: EngineParamBindingV2$Outbound; }; /** @internal */ export declare const AlertRouteEscalationBindingV2$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 AlertRouteEscalationBindingV2$ { /** @deprecated use `AlertRouteEscalationBindingV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `AlertRouteEscalationBindingV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `AlertRouteEscalationBindingV2$Outbound` instead. */ type Outbound = AlertRouteEscalationBindingV2$Outbound; } //# sourceMappingURL=alertrouteescalationbindingv2.d.ts.map