/** * sevo goal update — update the endStateGoal of a locked pipeline. * * FR-18 AC-18.2: endStateGoal modifications require an explicit operation * with a change reason recorded in the pipeline metadata change log. */ import type { Command } from 'commander'; export declare function registerGoal(program: Command): void; //# sourceMappingURL=cmd-goal.d.ts.map