export declare class Statistics { constructor(); addStatistic(value?: number): void; } //# sourceMappingURL=Statistics.d.ts.map