declare global { interface Window { ethereum: any BinanceChain: any appRoot: any } } declare global { type StaticImageData = { src: string height: number width: number blurDataURL?: string } } export default global