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