declare global { export type MMStaticImageData = { src: string height: number width: number blurDataURL?: string } }