declare const options: { entry: string[]; treeshake: boolean; sourcemap: boolean; splitting: boolean; platform: string; shims: boolean; dts: boolean; outDir: string; }; declare const optionsESM: { format: string; dts: boolean; outExtension: () => { js: string; dts: string; }; outDir: string; entry: string[]; treeshake: boolean; sourcemap: boolean; splitting: boolean; platform: string; shims: boolean; }; declare const optionsCJS: { format: string; dts: { compilerOptions: { target: string; module: string; moduleResolution: string; }; }; outExtension: () => { js: string; dts: string; }; outDir: string; entry: string[]; treeshake: boolean; sourcemap: boolean; splitting: boolean; platform: string; shims: boolean; }; declare const _default: ({ format: string; dts: boolean; outExtension: () => { js: string; dts: string; }; outDir: string; entry: string[]; treeshake: boolean; sourcemap: boolean; splitting: boolean; platform: string; shims: boolean; } | { format: string; dts: { compilerOptions: { target: string; module: string; moduleResolution: string; }; }; outExtension: () => { js: string; dts: string; }; outDir: string; entry: string[]; treeshake: boolean; sourcemap: boolean; splitting: boolean; platform: string; shims: boolean; })[]; export { _default as default, options, optionsCJS, optionsESM };