UNPKG

@grouparoo/core

Version:
9 lines (8 loc) 199 B
import { CLI } from "actionhero"; export declare class Start extends CLI { name: string; description: string; constructor(); preInitialize: () => void; run(): Promise<boolean>; }