import { Item, UUID } from './Item'; export declare class FlowrTestCrawlerScreenCapture extends Item { activeLayer?: string; crawl?: UUID; domCaptureBlob?: UUID; flowrUrl?: string; screenCaptureBlob?: UUID; constructor(src: FlowrTestCrawlerScreenCapture); }