import { Dictionary } from "@intlayer/types/dictionary";

//#region src/writeContentDeclaration/transformJSONFile.d.ts
declare const transformJSONFile: (fileContent: string, dictionary: Dictionary, noMetadata?: boolean) => string;
//#endregion
export { transformJSONFile };
//# sourceMappingURL=transformJSONFile.d.ts.map