/** * Ledger commands: show, stats, export. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=ledger.d.ts.map