import { z } from 'zod'; export declare const GetAnnotationParamSchema: z.ZodObject<{ documentId: z.ZodString; annotationId: z.ZodString; }, z.core.$strip>; export type GetAnnotationParamInput = z.input; export type GetAnnotationParamDto = z.infer; //# sourceMappingURL=get-annotation.schema.d.ts.map