import type { IPage } from './types'; export declare function autoScroll(element: HTMLAnchorElement, page: IPage, bottomTimes?: number): Promise;