export declare class Pagination { numberOfPages: number; private ipp; page: number; /** * * @param obj * @param total * @param from * @param limit */ constructor(total: number, from?: number, limit?: number); } //# sourceMappingURL=Pagination.d.ts.map