export default class Frequency { readonly year: string; readonly count: number; constructor(year: string, count: number); }