import "./polyfills/polyfills"; import { UtilsApi } from "./lib/types/types"; declare global { interface Window { sheerIdUtils: UtilsApi; } }