UNPKG

gauge-ts

Version:
7 lines (6 loc) 207 B
export declare class ScreenshotStore { private static screenshotFiles; static pendingScreenshots(): Array<string>; static addScreenshot(screenshotFile: string): void; static clear(): void; }