import { Plugin } from 'rollup'; import { TerserOptions } from 'terser'; export default function terser(options: TerserOptions): Plugin;