export declare class HttpBodyReqPaginationModel { pageSize: number; pageNo: number; constructor(); convert(): any; }