/** * Gets the current vertical scroll position of the window. * * @returns The window's scrollY value */ export declare function scrollYHelper(): number; /** * Gets the current inner height of the window. * * @returns The window's innerHeight value */ export declare function innerHeightHelper(): number; //# sourceMappingURL=windowHelpers.d.ts.map