import * as z from 'zod'; declare const GetMemberPrivacySettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetMemberPrivacySettingsResponse: z.ZodObject<{ memberPrivacySettings: z.ZodOptional>; publicMemberVisibility: z.ZodOptional>; publicMemberCandidates: z.ZodOptional>; revision: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const SetMemberPrivacySettingsRequest: z.ZodObject<{ memberPrivacySettings: z.ZodObject<{ _id: z.ZodNullable>; publicMemberVisibility: z.ZodOptional>; publicMemberCandidates: z.ZodOptional>; revision: z.ZodString; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const SetMemberPrivacySettingsResponse: z.ZodObject<{ memberPrivacySettings: z.ZodOptional>; publicMemberVisibility: z.ZodOptional>; publicMemberCandidates: z.ZodOptional>; revision: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetMemberPrivacySettingsRequest, GetMemberPrivacySettingsResponse, SetMemberPrivacySettingsRequest, SetMemberPrivacySettingsResponse };