import { ImageDiffResult, UpdateScreenshot } from '../typings'; export declare const updateScreenshot: (data: UpdateScreenshot) => Promise;