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