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({ browserInstance, instanceData, isNativeContext, folders, tag, saveTabbableOptions, }: InternalSaveTabbablePageMethodOptions): Promise<ScreenshotOutput>;
//# sourceMappingURL=saveTabbablePage.d.ts.map