import type { Config, Translations } from '../../types'; export declare const writeFiles: (translations: Translations, options: Config) => void;