export interface CreateInviteDTO { email: string; accepted?: boolean; metadata?: Record | null; } //# sourceMappingURL=invite.d.ts.map