import type { DiffOptions } from "./types.js"; export declare const runDiff: (options: DiffOptions) => Promise;