import { Effect } from 'effect';
import type { Ctx } from '../get-context/index.js';
import type { Io } from './index.js';
import type { WriteFileError } from './write-file-sync.js';
export declare function writeIfChanged(ctx: Ctx): Effect.Effect<Ctx, WriteFileError, Io>;
