import type { H3Event } from 'h3';
import type { Params } from 'nuxt-i18n-micro-types';
export declare const useTranslationServerMiddleware: (event: H3Event, defaultLocale?: string, currentLocale?: string) => Promise<(key: string, params?: Params, defaultValue?: string) => string>;
