export declare function scrollNow(selector: string, contextSelector?: string): Promise; /** * Waits for the given element to be scrolled to. * The wait is required as we're using smooth scrolling. * * @param {String} selector * @param {Number} timeoutMs Timeout for waiting, in milliseconds */ export declare function scrollIntoView(selector: string, contextSelector?: string): Promise; //# sourceMappingURL=scrollIntoView.d.ts.map