import { z } from 'zod'; export declare const SortSchema: z.ZodUnion; nullsLast: z.ZodOptional; }, z.core.$strip>, z.ZodArray; nullsLast: z.ZodOptional; }, z.core.$strip>>]>; export declare const FilterSchema: z.ZodUnion; value: z.ZodOptional>]>>; }, z.core.$strip>, z.ZodArray; value: z.ZodOptional>]>>; }, z.core.$strip>>]>; export declare const MetadataSchema: z.ZodObject<{ cuRequestId: z.ZodString; orgId: z.ZodString; userId: z.ZodString; }, z.core.$strip>; export declare const PaginationMetadataSchema: z.ZodObject<{ total: z.ZodNumber; limitPerPage: z.ZodNumber; currentPageNumber: z.ZodNumber; currentPageSize: z.ZodNumber; remaining: z.ZodNumber; }, z.core.$strip>;