import { RollupOptions } from 'rollup'; import { OutputBundle, PluginContext } from 'rollup'; export declare function regenerateBundle(this: PluginContext, { input, output }: RollupOptions, bundle: OutputBundle): Promise;