export interface ICounter {
    count(label: string, value?: number): void;
}
//# sourceMappingURL=ICounter.d.ts.map