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