import type { RecentEntitiesIndexQueryParams } from '@/models/recent-entities/recentEntitiesIndexQueryParams'; import type { RecentEntitiesItem } from '@/models/recent-entities/recentEntitiesItem.model'; import type { OffsetPagination, OffsetPaginationResponse } from '@/types/pagination.type'; export declare class RecentEntitiesService { static getAll(params: OffsetPagination): Promise>; }