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