/** * ghls land — merge the bottom PR and rebase the rest of the stack. */ import type { Command } from 'commander'; export declare function registerLand(program: Command): void; export declare function runLand(opts: { yes?: boolean; dryRun?: boolean; count?: number; all?: boolean; oneClick?: boolean; conflict?: string; }): Promise; //# sourceMappingURL=land.d.ts.map