export default class Window extends EventTarget { /** The Window.self read-only property returns the window itself */ get self(): this; }