import webpack from "webpack";
declare function getWebpackConfig(): webpack.Configuration[];
export { getWebpackConfig };
