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