import { TNode } from './types'; declare const paginate: (currentPage: number, pageCount: number) => TNode[]; export { paginate, };