export default class Set extends Action { _setProp(props: any): any; act(props: any): Promise; } import Action from "./action";