import type * as GhostCursor from "ghost-cursor-playwright"; export declare type Cursor = GhostCursor.Cursor; export declare type CursorClickOpts = GhostCursor.clickOptions; export declare type CursorMoveOpts = GhostCursor.moveOptions; export declare type CursorActions = GhostCursor.Actions; //# sourceMappingURL=cursor.d.ts.map