import { ScreenshotPlatform } from './ScreenshotPlatform';
export declare class StoreScreenshot {
    buildId: string;
    view: string;
    timestamp: Date;
    filePath: string;
    tags: string[];
    platform: ScreenshotPlatform;
}
