/**
 * Waits until the page interface stabilizes (in particular, the page will stop scrolling).
 */
export declare const waitForInterfaceStabilization: (stabilizationInterval?: number, timeout?: number) => Promise<void>;
