/// /// declare namespace NodeJS { interface ProcessEnv { NEXT_PUBLIC_GRIDPILOT_MODE?: 'pre-launch' | 'alpha'; NEXT_PUBLIC_X_URL?: string; } }