/// /// declare namespace NodeJS { interface ProcessEnv { NEXT_PUBLIC_GRIDPILOT_MODE?: 'prelaunch' | 'alpha'; } }