// import '@modern-js/core'; // import { PackageModeType, IPackageFields } from '../types'; // declare module '@modern-js/core' { // interface OutputConfig { // packageMode: PackageModeType; // packageFields: IPackageFields; // } // interface NormalizedSourceConfig { // enableBlockRuntime: boolean; // jsxTransformRuntime: 'classic' | 'automatic'; // } // }