import type { ViewMailTemplateIndexV1Data } from '@/client'; import type { MailTemplateIndexQueryParams } from '@/models/mail-template/index/mailTemplateIndexQueryParams.model'; import type { OffsetPagination } from '@/types/pagination.type'; export declare class MailTemplateIndexQueryParamsTransformer { static toDto(params: OffsetPagination): ViewMailTemplateIndexV1Data['query']; }