1 2 3
declare function commandScore(string: string, abbreviation: string, aliases: string[]): number; export { commandScore };