import { ImageDiffResult } from '../api/typings'; export declare const getImageDiffMessages: (result: ImageDiffResult) => string;