import * as z from "zod"; import { IncidentTypeV1, IncidentTypeV1$Outbound } from "./incidenttypev1.js"; export type ListResponseBody12 = { incidentTypes: Array; }; /** @internal */ export declare const ListResponseBody12$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody12$Outbound = { incident_types: Array; }; /** @internal */ export declare const ListResponseBody12$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 ListResponseBody12$ { /** @deprecated use `ListResponseBody12$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody12$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody12$Outbound` instead. */ type Outbound = ListResponseBody12$Outbound; } //# sourceMappingURL=listresponsebody12.d.ts.map