import { z } from 'zod'; export declare const BatchCreateAnnotationsBodySchema: z.ZodObject<{ annotations: z.ZodArray; annotationType: z.ZodEnum; 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>; referenceId: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type BatchCreateAnnotationsBodyInput = z.input; export type BatchCreateAnnotationsBodyDto = z.infer; //# sourceMappingURL=batch-create-annotations-body.schema.d.ts.map