import UtilsLib from "utils-lib-js"
declare global {
    interface Window {
        UtilsLib: typeof UtilsLib
    }
}