import { Page } from 'puppeteer';
declare function installMouseHelper(page: Page): Promise<void>;
export default installMouseHelper;
