import type { EnrichedInstanceData, InstanceData } from '../methods/instanceData.interfaces.js'; export interface BeforeScreenshotOptions { instanceData: InstanceData; addressBarShadowPadding: number; disableBlinkingCursor: boolean; disableCSSAnimation: boolean; enableLayoutTesting: boolean; noScrollBars: boolean; toolBarShadowPadding: number; hideElements: HTMLElement[]; removeElements: HTMLElement[]; waitForFontsLoaded: boolean; } export type BeforeScreenshotResult = EnrichedInstanceData; //# sourceMappingURL=beforeScreenshot.interfaces.d.ts.map