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