import type { Display } from './getDisplay.js'; export interface Bounds { x: number; y: number; width: number; height: number; } export interface ScreenshotsData { bounds: Bounds; display: Display; } //# sourceMappingURL=preload.d.ts.map