import { z } from 'zod'; export declare const BatchCreateAnnotationsParamSchema: z.ZodObject<{ documentId: z.ZodString; }, z.core.$strip>; export type BatchCreateAnnotationsParamInput = z.input; export type BatchCreateAnnotationsParamDto = z.infer; //# sourceMappingURL=batch-create-annotations-param.schema.d.ts.map