/**
 * 当前设备名称，如Moto G (4)、iPad 11.0、Pixel 2、SM-G900P
 * @category Device
 */
export default function clientName(): string;
