import * as z from "zod"; export type CreateRequestBody6 = { incidentId: string; userId: string; }; /** @internal */ export declare const CreateRequestBody6$inboundSchema: z.ZodType; /** @internal */ export type CreateRequestBody6$Outbound = { incident_id: string; user_id: string; }; /** @internal */ export declare const CreateRequestBody6$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 CreateRequestBody6$ { /** @deprecated use `CreateRequestBody6$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CreateRequestBody6$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CreateRequestBody6$Outbound` instead. */ type Outbound = CreateRequestBody6$Outbound; } //# sourceMappingURL=createrequestbody6.d.ts.map