import type { XOR } from '../../../utils'; export type PageNotation = { page?: number; pageSize?: number; }; export type OffsetNotation = { start?: number; limit?: number; }; export type Any = XOR; //# sourceMappingURL=pagination.d.ts.map