import { ICursorPageable, IPagingMeta } from "./interfaces";
export default function checkPagingSanity(args: ICursorPageable): IPagingMeta;
