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