import type { NextConfig } from 'next';
export declare function withDeploymentConfig<T extends NextConfig>(nextConfig: T): T;