import type { GeneralWindow } from './shared/types';
export default function getCurrentWindow(obj: unknown): null | GeneralWindow;
