import type { NextConfig } from 'next';
declare function nextTranslate(nextConfig?: NextConfig): NextConfig;
export default nextTranslate;
