import { z } from 'zod'; export declare const UpdateAnnotationSchema: z.ZodObject<{ annotationData: z.ZodOptional>; label: z.ZodOptional; description: z.ZodOptional; href: z.ZodNullable>; target: z.ZodNullable>>>; showLabel: z.ZodOptional; }, z.core.$strip>, z.ZodRecord]>>; referenceId: z.ZodNullable>; }, z.core.$strip>; export type UpdateAnnotationInput = z.input; export type UpdateAnnotationDto = z.infer; //# sourceMappingURL=update-annotation.schema.d.ts.map