/** * ghls stack — show current stack state (read-only, always safe). * `ghls status` passes through to `git status`. */ import type { Command } from 'commander'; export declare function registerStatus(program: Command): void; //# sourceMappingURL=status.d.ts.map