import type { MailIndex } from '@/models/mail/index/mailIndex.model'; import type { MailIndexQueryParams } from '@/models/mail/index/mailIndexQueryParams.model'; import type { InfiniteQueryOptions } from '@/types/query.type'; export declare function useMailIndexQuery(params: InfiniteQueryOptions): import("@wisemen/vue-core-query").UseQueryReturnType;