import { z } from 'zod'; import { AnnotationType } from '../../enums/annotation-type.enum.js'; export declare const GetAnnotatedDocumentParamSchema: z.ZodObject<{ documentId: z.ZodString; }, z.core.$strip>; export declare const GetAnnotatedDocumentQuerySchema: z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>; export type GetAnnotatedDocumentParamInput = z.input; export type GetAnnotatedDocumentParamDto = z.infer; export type GetAnnotatedDocumentQueryInput = z.input; export type GetAnnotatedDocumentQueryDto = z.infer; //# sourceMappingURL=get-annotated-document.schema.d.ts.map