import * as z from "zod"; import { IncidentMembership, IncidentMembership$Outbound } from "./incidentmembership.js"; export type CreateResponseBody3 = { incidentMembership: IncidentMembership; }; /** @internal */ export declare const CreateResponseBody3$inboundSchema: z.ZodType; /** @internal */ export type CreateResponseBody3$Outbound = { incident_membership: IncidentMembership$Outbound; }; /** @internal */ export declare const CreateResponseBody3$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 CreateResponseBody3$ { /** @deprecated use `CreateResponseBody3$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CreateResponseBody3$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CreateResponseBody3$Outbound` instead. */ type Outbound = CreateResponseBody3$Outbound; } //# sourceMappingURL=createresponsebody3.d.ts.map