declare namespace Ledger { type Meta = { total_additions: 'int' total_consumptions: 'int' aggregate_total: 'int' } }