import * as z from "zod"; import { IncidentStatusV1, IncidentStatusV1$Outbound } from "./incidentstatusv1.js"; export type ListResponseBody10 = { incidentStatuses: Array; }; /** @internal */ export declare const ListResponseBody10$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody10$Outbound = { incident_statuses: Array; }; /** @internal */ export declare const ListResponseBody10$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 ListResponseBody10$ { /** @deprecated use `ListResponseBody10$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody10$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody10$Outbound` instead. */ type Outbound = ListResponseBody10$Outbound; } //# sourceMappingURL=listresponsebody10.d.ts.map