/// export declare function getGlobalScope(): (Window & typeof globalThis) | (NodeJS.Global & typeof globalThis); export declare function isBrowser(globalScope: { window?: Window; }): boolean | undefined;