/** * Extend constructors in the given window namespace. * @param {Window & typeof globalThis} window The window namespace to extend. */ export function extend(window: Window & typeof globalThis): void;