export interface ICounter {
    count(label: string, value?: number): void;
}