import type { TranslateConfig, StringObject, ILocalsOption } from '../types';
export default function (localePath: string, locales: ILocalsOption[], oldPrimaryLang: StringObject, options: TranslateConfig): Promise<void>;
