interface Operator { run(): Promise; } export default Operator;