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