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