import { z } from 'zod'; export declare const AnnotationsSummarySchema: z.ZodObject<{ annotations: z.ZodArray; referenceId: z.ZodOptional; annotationData: z.ZodObject<{ position: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; x: z.ZodNumber; y: z.ZodNumber; zoom: z.ZodNumber; imageUrl: z.ZodNullable>; label: z.ZodOptional; description: z.ZodOptional; href: z.ZodOptional; target: z.ZodDefault>; showLabel: z.ZodDefault>; }, z.core.$strip>; }, z.core.$strip>>; count: z.ZodNumber; cursor: z.ZodOptional; }, z.core.$strip>; export type AnnotationsSummaryInput = z.input; export type AnnotationsSummaryModel = z.infer; //# sourceMappingURL=annotations-summary.schema.d.ts.map