import type { VideoCursorTheme } from './types.js'; /** * JavaScript injected via `context.addInitScript()` to show a visible animated * cursor in Playwright video recordings (the native OS cursor is invisible). */ export declare function buildCursorOverlayScript(theme?: VideoCursorTheme): string;