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