export declare function scrollNow(selector: string, contextSelector?: string): Promise<boolean>;
/**
 * 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<void>;
//# sourceMappingURL=scrollIntoView.d.ts.map