/** * ghls history — show operation log and support undo. */ import type { Command } from 'commander'; export declare function registerHistory(program: Command): void; //# sourceMappingURL=history.d.ts.map