import VideoType from "../util/VideoType"; export interface Capturer { takeScreenshot(identity: string, videoType: VideoType): Promise; }