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