declare global { interface Window { isGlobalWalletPopup: boolean; } } export declare const isGlobalWalletPopup: () => boolean;