declare function commandScore(string: string, abbreviation: string): number;

export { commandScore };
