import { Page } from "playwright";
export declare const getScrollInfo: (page: Page) => Promise<[number, number]>;
