export default class Iterator extends Action { _getProp(props: any, path: any): any; act(props: any): Promise; } import Action from "./action";