import { Paginated } from '../types';
export declare const getPaginated: <T>(items: T[], total: any, cursor: number) => Paginated<T>;
