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