/** * sevo ledger — display EventLedger history for a pipeline. */ import type { Command } from 'commander'; export declare function registerLedger(program: Command): void; //# sourceMappingURL=cmd-ledger.d.ts.map