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