/** * Run command - Execute the build pipeline */ import type { CliOptions } from '../../types/index.js'; interface RunOptions extends CliOptions { base?: string; head?: string; workDir?: string; hookMode?: boolean; } export declare function runCommand(options: RunOptions): Promise; export {}; //# sourceMappingURL=run.d.ts.map