import { DiffReport } from './report.js'; export declare function runDiff(aPath: string, bPath: string): Promise;