import * as z from "zod/v3"; export type RejectInviteRequest = { orgId: string; }; /** @internal */ export type RejectInviteRequest$Outbound = { orgId: string; }; /** @internal */ export declare const RejectInviteRequest$outboundSchema: z.ZodType; export declare function rejectInviteRequestToJSON(rejectInviteRequest: RejectInviteRequest): string; //# sourceMappingURL=rejectinvite.d.ts.map