import { TWindow } from './window'; export type TWindowFactory = () => null | TWindow;