import type { NextConfig } from 'next' const nextConfig: NextConfig = { env: { foo: 'foo', }, } export { nextConfig as default }