declare global { interface Window { node_modules: any; LANGS: Record; } let UserContext: Record; let UiContext: Record; } export { };