import * as z from "zod"; import { IncidentRoleV2, IncidentRoleV2$Outbound } from "./incidentrolev2.js"; export type ListResponseBody9 = { incidentRoles: Array; }; /** @internal */ export declare const ListResponseBody9$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody9$Outbound = { incident_roles: Array; }; /** @internal */ export declare const ListResponseBody9$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 ListResponseBody9$ { /** @deprecated use `ListResponseBody9$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody9$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody9$Outbound` instead. */ type Outbound = ListResponseBody9$Outbound; } //# sourceMappingURL=listresponsebody9.d.ts.map