import { PaginatedData } from '../common/types.js'; export declare const paginate: (data: object[], page: number, limit: number) => PaginatedData;