import type { ViewIndividualIndexV1Data } from '@/client'; import type { IndividualIndexQueryParams } from '@/models/individual/index/individualIndexQueryParams.model'; import type { OffsetPagination } from '@/types/pagination.type'; export declare class IndividualIndexQueryParamsTransformer { static toDto(params: OffsetPagination): ViewIndividualIndexV1Data['query']; }