import type { ENV } from "../env/types"; export {}; declare global { interface Window { __current_micro_config__?: any; __CURRENT_SCRIPT_SRC__?: string; __CN_ENV__?: ENV; } }