/** * ghls modify — edit any commit in the stack and auto-propagate changes. */ import type { Command } from 'commander'; export declare function registerModify(program: Command): void; export declare function runModify(position: string | undefined, opts: { message?: string; amend?: boolean; edit?: boolean; yes?: boolean; push?: boolean; }): Promise; //# sourceMappingURL=modify.d.ts.map