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