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