export interface Counter {
    class: string;
    path?: string;
    period: string;
}
export default Counter;
