import * as z from 'zod'; declare const GetDefaultPrivacyStatusRequest: z.ZodObject<{}, z.core.$strip>; declare const GetDefaultPrivacyStatusResponse: z.ZodObject<{ defaultPrivacy: z.ZodOptional>; defaultPrivacy: z.ZodOptional>; revision: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const SetDefaultPrivacyStatusRequest: z.ZodObject<{ defaultPrivacy: z.ZodObject<{ _id: z.ZodNullable>; defaultPrivacy: z.ZodOptional>; revision: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const SetDefaultPrivacyStatusResponse: z.ZodObject<{ defaultPrivacy: z.ZodOptional>; defaultPrivacy: z.ZodOptional>; revision: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetDefaultPrivacyStatusRequest, GetDefaultPrivacyStatusResponse, SetDefaultPrivacyStatusRequest, SetDefaultPrivacyStatusResponse };