/** * sevo list — list projects and/or pipelines. */ import type { Command } from 'commander'; export declare function registerList(program: Command): void; //# sourceMappingURL=cmd-list.d.ts.map