import { Config } from '../types'; /** The main function, collects the settings and starts the files build. */ export declare function buildTranslationFiles(inlineConfig: Config): Promise;