import { z } from 'zod'; export declare const channelEventCheckpointSchema: z.ZodObject; name: z.ZodOptional; order: z.ZodOptional; }, { description: z.ZodOptional; name: z.ZodOptional; }>, { description: z.ZodOptional; lastEvents: z.ZodOptional>>; name: z.ZodOptional; }>, z.objectUtil.extendShape; name: z.ZodOptional; order: z.ZodOptional; }, { description: z.ZodOptional; name: z.ZodOptional; }>, { description: z.ZodOptional; name: z.ZodOptional; order: z.ZodOptional; }>>, { lastSignatures: z.ZodOptional>; }>, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | undefined; order?: number | undefined; lastEvents?: Record | undefined; lastSignatures?: Record | undefined; }, { name?: string | undefined; description?: string | undefined; order?: number | undefined; lastEvents?: Record | undefined; lastSignatures?: Record | undefined; }>; export type ChannelEventCheckpoint = z.infer; //# sourceMappingURL=channel-event-checkpoint.d.ts.map