import { TranslateEngineTranslateResult, TranslateNamespace, TranslateOptions } from "./type";
export declare function readTranslationsNamespaces(options: TranslateOptions): Promise<TranslateNamespace[]>;
export declare function applyEngineTranslations(namespace: TranslateNamespace, engineTranslations: TranslateEngineTranslateResult): void;
