import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveElementMethodOptions } from './save.interfaces.js'; /** * Saves an element image for a native app */ export default function saveAppElement({ methods, instanceData, folders, element, tag, saveElementOptions, isNativeContext, }: InternalSaveElementMethodOptions): Promise; //# sourceMappingURL=saveAppElement.d.ts.map