import { DiffResult } from '../../../typings'; export declare function parseDiffResult(stdOut: string): DiffResult;