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