import { TypeSimpleJson } from "../types/types";
import { ConfigOptions } from "./translate-file-csv";
export declare const saveWithLevels: (jsonObj: TypeSimpleJson[], folderSave: string, config?: ConfigOptions) => Promise<unknown>;
