export declare class UglifyTransform { config: any; options: any; uglify: any; constructor(config?: {}, options?: {}); run({ code, map, filePath }: { code: any; map: any; filePath: any; }): { code: any; map: any; }; }