import { type Configuration } from "webpack"; export default function clientBase(isDebugMode: boolean, isHotReload?: boolean): Configuration;