import * as z from "zod"; import { IncidentUpdateV2, IncidentUpdateV2$Outbound } from "./incidentupdatev2.js"; import { PaginationMetaResult, PaginationMetaResult$Outbound } from "./paginationmetaresult.js"; export type ListResponseBody13 = { incidentUpdates: Array; paginationMeta?: PaginationMetaResult | undefined; }; /** @internal */ export declare const ListResponseBody13$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody13$Outbound = { incident_updates: Array; pagination_meta?: PaginationMetaResult$Outbound | undefined; }; /** @internal */ export declare const ListResponseBody13$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 ListResponseBody13$ { /** @deprecated use `ListResponseBody13$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody13$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody13$Outbound` instead. */ type Outbound = ListResponseBody13$Outbound; } //# sourceMappingURL=listresponsebody13.d.ts.map