/** * ghls submit — create/update stacked PRs from local commits. * Interactive by default: edit titles, pick reviewers, confirm. */ import type { Command } from 'commander'; export declare function registerSubmit(program: Command): void; export declare function runSubmit(opts: { draft?: boolean; reviewer?: string; yes?: boolean; oneClick?: boolean; force?: boolean; dryRun?: boolean; group?: string; }): Promise; //# sourceMappingURL=submit.d.ts.map