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