export declare const plugin = "semo";
export declare const command = "status";
export declare const aliases = "st";
export declare const desc = "Show environment status info";
export declare const builder: (yargs: any) => void;
export declare const handler: (argv: any) => Promise<void>;
