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