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