//#region src/writeJsonIfChanged.d.ts export declare const writeJsonIfChanged: (path: string, data: T, { pretty }?: { pretty?: boolean; }) => Promise; //#endregion //# sourceMappingURL=writeJsonIfChanged.d.ts.map