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