import { DiffDetails } from '../main';
export declare const diffChangesViewConsole: (diff: DiffDetails) => string;
export declare const diffChangesViewRaw: (diff: DiffDetails) => (string | string[])[];
