import { Screenshot } from "../Screenshot"; export declare class ScreenshotMetric { platformId: string; count: number; screenshot: Screenshot; }