import type { Executor } from '../methods/methods.interfaces.js'; import type { AfterScreenshotOptions, ScreenshotOutput } from './afterScreenshot.interfaces.js'; /** * Methods that need to be executed after a screenshot has been taken * to set all back to the original state */ export default function afterScreenshot(executor: Executor, options: AfterScreenshotOptions): Promise; //# sourceMappingURL=afterScreenshot.d.ts.map