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