import { z } from 'zod'; export declare const AnnotationsBatchInfoSchema: z.ZodObject<{ annotations: z.ZodArray; referenceId: z.ZodOptional; }, z.core.$strip>>; count: z.ZodNumber; }, z.core.$strip>; export type AnnotationsBatchInfoInput = z.input; export type AnnotationsBatchInfoModel = z.infer; //# sourceMappingURL=annotations-batch-info.schema.d.ts.map