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