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