import type { IXtralabDiffModel } from './diffWidget'; import type { IFileChange } from './tokens'; /** * Build a diff model for a single {@link IFileChange}. */ export declare function fileChangeToDiffModel(repoPath: string, change: IFileChange): IXtralabDiffModel;