declare const _exports: (env: any, argv: { mode: "production" | "development" | "none"; }) => import("webpack").Configuration; export = _exports;