import { Operation } from '@effection/core'; /** * @hidden */ export interface OperationIterator { next(): Operation>; }