import type { TCoreArgumentDiff } from "../../lib/types/diff.js"; export declare function isDiffEmpty(diff: TCoreArgumentDiff): boolean; export declare function renderDiff(diff: TCoreArgumentDiff): void; //# sourceMappingURL=diff-renderer.d.ts.map