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