import { type Plugin } from 'rollup'; export declare const rollupBuild: ({ targetDir, inputPlugins, outputPlugins, needWatch }: { targetDir: string; inputPlugins: Plugin[]; outputPlugins: Plugin[]; needWatch?: boolean | undefined; }) => Promise;