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