/** * sevo advance — advance a pipeline to the next stage. */ import type { Command } from 'commander'; export declare function registerAdvance(program: Command): void; //# sourceMappingURL=cmd-advance.d.ts.map