type WindowType = Window & typeof globalThis; export declare function getTopPitcherWindow(current?: WindowType): WindowType; export {};