import * as z from "zod"; import { IncidentTimestampV2, IncidentTimestampV2$Outbound } from "./incidenttimestampv2.js"; export type ListResponseBody11 = { incidentTimestamps: Array; }; /** @internal */ export declare const ListResponseBody11$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody11$Outbound = { incident_timestamps: Array; }; /** @internal */ export declare const ListResponseBody11$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 ListResponseBody11$ { /** @deprecated use `ListResponseBody11$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody11$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody11$Outbound` instead. */ type Outbound = ListResponseBody11$Outbound; } //# sourceMappingURL=listresponsebody11.d.ts.map