import type { ScreenshotOutput } from '../helpers/afterScreenshot.interfaces.js'; import type { InternalSaveFullPageMethodOptions } from './save.interfaces.js'; /** * Saves an image of the full page */ export default function saveFullPageScreen({ methods, instanceData, folders, tag, saveFullPageOptions, isNativeContext, }: InternalSaveFullPageMethodOptions): Promise; //# sourceMappingURL=saveFullPageScreen.d.ts.map