import type { StringObject } from '../../types';
export declare function saveLocaleFile(locale: StringObject, path: string): void;
