import Config from 'rspack-chain'; import type { Saber } from '..'; export default function webpackConfig(api: Saber, { type }: { type: string; }): Config;