import type { DiffResult } from "../types.js"; export interface DiffOptions { breakingOnly?: boolean; } export declare function runDiff(oldFile: string, newFile: string, options?: DiffOptions): Promise; //# sourceMappingURL=diff.d.ts.map