import { type CommonAsyncFunction, type CommonFunction } from "../utils/Util"; export declare class Screenshot { private static customScreenshotWriter; private static customScreenGrabber; static capture(): Promise; private static captureScreenshot; static setCustomScreenGrabber(grabber: CommonFunction | CommonAsyncFunction): void; static setCustomScreenshotWriter(writer: CommonFunction | CommonAsyncFunction): void; }