/** * sevo status [instance-id] — pipeline status overview. */ import type { Command } from 'commander'; export declare function registerStatus(program: Command): void; //# sourceMappingURL=cmd-status.d.ts.map