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