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