/** * * @param scrollTargetY * @see {@link https://stackoverflow.com/questions/12199363/scrollto-with-animation#answer-26798337} */ export declare function scrollToY( scrollTargetY:number, speed:number, easing:'easeOutSine'|'easeInOutSine'|'easeInOutQuint' ):void