import { Channel } from './channel'; import { WindowAPI } from './types/window.types'; export default function createWindow(currentGlobal: typeof globalThis, channel: Channel): WindowAPI;