export default function applyPagination<TValue>(values: Array<TValue>, offset: number, limit: number): Array<TValue>;
