/**
 * Gets killstreak from name
 */
export default function (name: string): string | void;
