import { Plugin, PluginOption } from 'vite'; import { M as ModularTypeOptions$1 } from '../core-DVMvyL_4.cjs'; declare function modularType$1(options?: ModularTypeOptions$1): Plugin; interface PackPluginOptions extends ModularTypeOptions { sharedMappings: string[]; sharedContainerMappings: string[]; } declare function modularPackPlugin(options: PackPluginOptions): Plugin; interface ModularTypeOptions extends ModularTypeOptions$1 { outDir?: string; entryFile?: string; } declare function modularType(options?: ModularTypeOptions): PluginOption[]; export { type ModularTypeOptions, modularType as default, modularType$1 as modularDevPlugin, modularPackPlugin };