/** * Scroll the window by a relative pixel offset using `window.scrollBy`. * * Returns the new scroll position so callers can verify the scroll landed * (e.g., bottoming out against `document.documentElement.scrollHeight`). */ export declare const scrollByPixels: import("../types").CommandModule;