import { Page } from 'playwright'; declare function installMouseHelper(page: Page): Promise; export { installMouseHelper };