import { NestedPartial } from "../../NestedPartial.js"; import { O } from "../../types/O.js"; /** * Uses mergeNestedObject on a JSON file */ export declare const updateSingleNestedJsonFile: (path: string, partialNewObject: NestedPartial, newObject?: T | undefined) => Promise; //# sourceMappingURL=updateSingleNestedJsonFile.d.ts.map