import { z } from 'zod'; import { AnnotationType } from '../../enums/annotation-type.enum.js'; export declare const ListAnnotationsQuerySchema: z.ZodObject<{ type: z.ZodOptional>; limit: z.ZodPipe, z.ZodTransform>, z.ZodNumber>; cursor: z.ZodOptional; pages: z.ZodOptional, z.ZodPipe>, z.ZodNumber>]>>; }, z.core.$strip>; export type ListAnnotationsQueryInput = z.input; export type ListAnnotationsQueryDto = z.infer; //# sourceMappingURL=list-annotations-query.schema.d.ts.map