import { ScreenshotPlatform } from "../requests/ScreenshotPlatform";
export declare class ScreenshotMetric {
    _id: string;
    count: number;
    platforms: ScreenshotPlatform[];
}
