/// declare namespace NodeJS { interface ProcessEnv { LIBRARY_ROOT?: string; DATA_ROOT?: string; PUBLIC_ORIGIN?: string; } }