export interface Dictionary { [word: string]: number; }