import * as z from 'zod'; declare const QueryGuestsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; eventId: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; rsvpId: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; contactId: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; memberId: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; secondaryLanguageCode: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; ticketNumber: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; orderNumber: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; attendanceStatus: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; }, z.core.$strict>>; guestType: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; }, z.core.$strict>>; 'guestDetails.checkedIn': z.ZodOptional; $exists: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; tickets: z.ZodOptional; }, z.core.$strict>>; _createdDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; _updatedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; attendanceStatusUpdatedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$catchall>; options: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const QueryGuestsResponse: z.ZodObject<{ guests: z.ZodOptional>; eventId: z.ZodNullable>; rsvpId: z.ZodNullable>; orderNumber: z.ZodNullable>; ticketNumber: z.ZodNullable>; tickets: z.ZodOptional; definitionId: z.ZodNullable>; name: z.ZodNullable>; }, z.core.$strip>>>; contactId: z.ZodNullable>; guestDetails: z.ZodOptional>; firstName: z.ZodNullable>; lastName: z.ZodNullable>; formResponse: z.ZodOptional; value: z.ZodOptional; values: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; checkedIn: z.ZodOptional; onlineConferencingLogin: z.ZodOptional; password: z.ZodNullable>; }, z.core.$strip>>; phone: z.ZodNullable>; address: z.ZodNullable>; }, z.core.$strip>>; attendanceStatus: z.ZodOptional>; secondaryLanguageCode: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; attendanceStatusUpdatedDate: z.ZodNullable>; memberId: z.ZodNullable>; guestType: z.ZodOptional>; locale: z.ZodNullable>; totalGuests: z.ZodNullable>; revision: z.ZodNullable>; additionalDetails: z.ZodOptional>; _updatedDate: z.ZodNullable>; rsvpStatus: z.ZodOptional>; orderStatus: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; offset: z.ZodNullable>; total: z.ZodNullable>; tooManyToCount: z.ZodNullable>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export { QueryGuestsRequest, QueryGuestsResponse };