/** * Common options for all CLI commands. */ export interface CommonCommandOptions { defaultBranch: string; dryRun: boolean; }