/** * sevo create — create a new project with pipeline. */ import type { Command } from 'commander'; export declare function registerCreate(program: Command): void; //# sourceMappingURL=cmd-create.d.ts.map