declare const KEY = "__uDetailsPolyfillSummarys"; declare global { interface Window { [KEY]?: () => void; } }