export {} declare global { namespace NodeJS { interface Global { NODE_ENV: string ROOT_PATH: string $cfg: any isProd: boolean } } }