import { LanboxConfig } from './config' declare global { namespace NodeJS { interface Global { lanboxConfig: LanboxConfig } } }