//#region src/_util/getScroll.d.ts declare function isWindow(obj: any): obj is Window; declare function getScroll(target: HTMLElement | Window | Document | null): number; //#endregion export { getScroll as default, isWindow };