import * as z from 'zod'; declare const ListTippableStaffRequest: z.ZodObject<{ options: z.ZodOptional; filterByName: z.ZodNullable>; filterByIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListTippableStaffResponse: z.ZodObject<{ staff: z.ZodOptional>; name: z.ZodNullable>; staffMemberId: z.ZodNullable>; identificationData: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; wixUserId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; wixUserId: z.ZodOptional; appId: z.ZodOptional; anonymousVisitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ anonymousVisitorId: z.ZodOptional; wixUserId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ anonymousVisitorId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; wixUserId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ anonymousVisitorId: z.ZodOptional; memberId: z.ZodOptional; wixUserId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; }, z.core.$strip>>>; }, z.core.$strip>; export { ListTippableStaffRequest, ListTippableStaffResponse };