/** * ghls abandon — clean up a stack: close PRs, delete branches, remove metadata. */ import type { Command } from 'commander'; export declare function registerAbandon(program: Command): void; //# sourceMappingURL=abandon.d.ts.map