/**
 * @description Check if window is defined (so if in the browser or in node.js).
 * @returns boolean
 */
export default function (): boolean;
