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