/** * sevo from — start pipeline from a specific stage (FR-27). * * Allows existing projects to enter the pipeline at any valid stage, * skipping all preceding stages. */ import type { Command } from 'commander'; export declare function registerFrom(program: Command): void; //# sourceMappingURL=cmd-from.d.ts.map