import * as z from "zod/v3"; export type InviteMemberInputBody = { /** * Email of the user */ email: string; }; /** @internal */ export type InviteMemberInputBody$Outbound = { email: string; }; /** @internal */ export declare const InviteMemberInputBody$outboundSchema: z.ZodType; export declare function inviteMemberInputBodyToJSON(inviteMemberInputBody: InviteMemberInputBody): string; //# sourceMappingURL=invitememberinputbody.d.ts.map