import * as z from "zod"; import { IncidentAttachmentV1, IncidentAttachmentV1$Outbound } from "./incidentattachmentv1.js"; export type ListResponseBody7 = { incidentAttachments: Array; }; /** @internal */ export declare const ListResponseBody7$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody7$Outbound = { incident_attachments: Array; }; /** @internal */ export declare const ListResponseBody7$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 ListResponseBody7$ { /** @deprecated use `ListResponseBody7$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody7$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody7$Outbound` instead. */ type Outbound = ListResponseBody7$Outbound; } //# sourceMappingURL=listresponsebody7.d.ts.map