import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveScreenMethodOptions } from './save.interfaces.js'; /** * Saves an image of the viewport of the screen */ export default function saveWebScreen({ methods, instanceData, folders, tag, saveScreenOptions, isNativeContext, }: InternalSaveScreenMethodOptions): Promise; //# sourceMappingURL=saveWebScreen.d.ts.map