import { z } from 'zod'; export declare const PaginationSchema: z.ZodObject<{ limit: z.ZodDefault>>; cursor: z.ZodOptional; }, z.core.$strip>; //# sourceMappingURL=schemas.d.ts.map