import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveTabbablePageMethodOptions } from './save.interfaces.js'; /** * Saves an image of all tab executions */ export default function saveTabbablePage({ methods, instanceData, folders, tag, saveTabbableOptions, isNativeContext, }: InternalSaveTabbablePageMethodOptions): Promise; //# sourceMappingURL=saveTabbablePage.d.ts.map