import * as z from "zod"; export type EscalationsV2NumberShowPathRequest = { /** * Unique identifier for this escalation path. */ id: string; }; /** @internal */ export declare const EscalationsV2NumberShowPathRequest$inboundSchema: z.ZodType; /** @internal */ export type EscalationsV2NumberShowPathRequest$Outbound = { id: string; }; /** @internal */ export declare const EscalationsV2NumberShowPathRequest$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 EscalationsV2NumberShowPathRequest$ { /** @deprecated use `EscalationsV2NumberShowPathRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `EscalationsV2NumberShowPathRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `EscalationsV2NumberShowPathRequest$Outbound` instead. */ type Outbound = EscalationsV2NumberShowPathRequest$Outbound; } //# sourceMappingURL=escalationsv2numbershowpath.d.ts.map