import type { TranslationObject, TranslatorReturnType } from "../types/types.js"; export declare function getTranslationsImpl(locale: string, messages: TranslationObject, namespace: string, cacheKey?: string): TranslatorReturnType;