/// <reference types="node" />
import { Transform } from "o-stream";
export default function plugin(uglifyOptions?: any): Transform;
