import { Dictionary } from "@intlayer/types/dictionary"; import { Locale } from "@intlayer/types/allLocales"; //#region src/writeContentDeclaration/transformJSFile.d.ts /** * Updates a JS/TS file seamlessly to map new localization keys, arrays, complex nodes and nested dictionaries gracefully using AST updates via Recast parser. */ export declare const transformJSFile: (fileContent: string, dictionary: Dictionary, fallbackLocale?: Locale, noMetadata?: boolean) => Promise; //#endregion //# sourceMappingURL=transformJSFile.d.ts.map