Repository URL to install this package:
export declare function getLimitOffset(page: number, pageSize: number): [limit: number, offset: number];