import type { NextConfig } from 'next';
export default function withNodeNext(config: NextConfig): NextConfig;
