import { DiffDetails } from '../main';
export declare const diffSortedView: (diff: DiffDetails) => {
    source: string;
    target: string;
};
