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