/** * auto-yes Command - Control auto-yes for a worktree * Issue #518: [DR1-08] Factory pattern */ import { Command } from 'commander'; export declare function createAutoYesCommand(): Command; //# sourceMappingURL=auto-yes.d.ts.map