declare function _default(opts?: {}): (nextConfig?: {}) => {
    webpack(config: any, options: any): any;
};
export default _default;
