import { Flow } from '@chix/common'; import { Action } from '../action'; export declare class InstallAction extends Action { execute(flow: Flow): Promise; }