/** * Returns the global window object * Using this function allows us to replace the import when testing * @returns Window */ export declare function getWindow(): Window;