import { CLI } from "actionhero"; export declare class Start extends CLI { name: string; description: string; constructor(); preInitialize: () => void; run(): Promise; }