import type { ViewMailIndexV1Data } from '@/client'; import type { MailIndexQueryParams } from '@/models/mail/index/mailIndexQueryParams.model'; import type { OffsetPagination } from '@/types/pagination.type'; export declare class MailIndexQueryParamsTransformer { static toDto(params: OffsetPagination): ViewMailIndexV1Data['query']; }