import type { EnvironmentVariables } from './env.validation'

declare global {
	namespace NodeJS {
		type ProcessEnv = EnvironmentVariables
	}
}
