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