/** * sevo show — detailed view of a pipeline instance. */ import type { Command } from 'commander'; export declare function registerShow(program: Command): void; //# sourceMappingURL=cmd-show.d.ts.map