/**
 * Adds target to name as specified by usableItem.
 */
export default function (name: string, target: string): string;
