import * as z from 'zod'; declare const GetScheduleTimeFrameRequest: z.ZodObject<{ _id: z.ZodString; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetScheduleTimeFrameResponse: z.ZodObject<{ _id: z.ZodNullable>; status: z.ZodOptional>; firstEventStartDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; lastEventEndDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; adjustedFirstEventStartDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; adjustedLastEventEndDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; revision: z.ZodNullable>; }, z.core.$strip>; declare const ListScheduleTimeFramesRequest: z.ZodObject<{ ids: z.ZodArray; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListScheduleTimeFramesResponse: z.ZodObject<{ scheduleTimeFrames: z.ZodOptional>; status: z.ZodOptional>; firstEventStartDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; lastEventEndDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; adjustedFirstEventStartDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; adjustedLastEventEndDate: z.ZodOptional>; timeZone: z.ZodNullable>; utcDate: z.ZodNullable>; }, z.core.$strip>>; revision: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; export { GetScheduleTimeFrameRequest, GetScheduleTimeFrameResponse, ListScheduleTimeFramesRequest, ListScheduleTimeFramesResponse };