import type { UserIndex } from '@/models/user/index/userIndex.model.ts'; import type { UserIndexQueryParams } from '@/models/user/index/userIndexQueryParams.model'; import type { OffsetPagination, OffsetPaginationResponse } from '@/types/pagination.type'; export declare class UserService { static getAll(params: OffsetPagination): Promise>; }