import { SpecExecutor } from '@mlytics/core-ts/nodejs/entry/.base/executor'; declare class RunUglifyExecutor implements SpecExecutor { run(path: string): Promise; } export { RunUglifyExecutor };