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