import type { CLIFlags } from '../args.js'; export declare function runDiff(firstArg: string | null, rest: string[], flags: CLIFlags): Promise; //# sourceMappingURL=diff.d.ts.map