export declare class ScreenshotStore { private static screenshotFiles; static pendingScreenshots(): Array; static addScreenshot(screenshotFile: string): void; static clear(): void; }