import * as z from 'zod'; declare const GetEventsViewRequest: z.ZodObject<{}, z.core.$strip>; declare const GetEventsViewResponse: z.ZodObject<{ eventsView: z.ZodOptional>; futureDurationInDays: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetEventsViewRequest, GetEventsViewResponse };