import type { OutCursorMoveEvent } from "./OutCursorMoveEvent.js"; import type { OutDOMOperationEvent } from "./OutDOMOperationEvent.js"; import type { OutPageLoadEvent } from "./OutPageLoadEvent.js"; import type { OutScrollEvent } from "./OutScrollEvent.js"; import type { OutStylesheetOperationEvent } from "./OutStylesheetOperationEvent.js"; import type { OutWindowResizeEvent } from "./OutWindowResizeEvent.js"; export declare type OutFrame = { frame: number; transpiredAt: string; timeSinceStart: number; events: Array; };