import { PathsType } from '../../common/getPaths.js'; import '../../defineConfig.js'; import 'terser'; import '@swc/core'; import 'esbuild'; import 'https'; import '@rsbuild/core'; declare const getModules: (paths: PathsType) => { additionalModulePaths: string | string[] | null; webpackAliases: { src: string; } | Record; hasTsConfig: boolean; }; export { getModules };