import { Json } from "../../types/index.js"; export declare const upsertJson: (absolutePath: string, mapFunction: (item: T | undefined) => Json) => Promise; //# sourceMappingURL=upsertJson.d.ts.map