import * as z from 'zod'; declare const CreateMemberAboutRequest: z.ZodObject<{ memberAbout: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodAny; }, z.core.$strip>; }, z.core.$strip>; declare const CreateMemberAboutResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodOptional; }, z.core.$strip>; declare const UpdateMemberAboutRequest: z.ZodObject<{ _id: z.ZodString; memberAbout: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodString; memberId: z.ZodNullable>; content: z.ZodAny; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateMemberAboutResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodOptional; }, z.core.$strip>; declare const DeleteMemberAboutRequest: z.ZodObject<{ _id: z.ZodString; }, z.core.$strip>; declare const DeleteMemberAboutResponse: z.ZodObject<{}, z.core.$strip>; declare const GetMemberAboutRequest: z.ZodObject<{ _id: z.ZodString; }, z.core.$strip>; declare const GetMemberAboutResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodOptional; }, z.core.$strip>; declare const GetMyMemberAboutRequest: z.ZodObject<{}, z.core.$strip>; declare const GetMyMemberAboutResponse: z.ZodObject<{ memberAbout: z.ZodOptional>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const QueryMemberAboutsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; memberId: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>>; }, z.core.$catchall>; }, z.core.$strip>; declare const QueryMemberAboutsResponse: z.ZodObject<{ memberAbouts: z.ZodOptional>; revision: z.ZodNullable>; memberId: z.ZodNullable>; content: z.ZodOptional; }, z.core.$strip>>>; metadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { CreateMemberAboutRequest, CreateMemberAboutResponse, DeleteMemberAboutRequest, DeleteMemberAboutResponse, GetMemberAboutRequest, GetMemberAboutResponse, GetMyMemberAboutRequest, GetMyMemberAboutResponse, QueryMemberAboutsRequest, QueryMemberAboutsResponse, UpdateMemberAboutRequest, UpdateMemberAboutResponse };