/**
 * Converts float32 to float16 (encoded as uint16 value).
 * @param {number} val
 * @returns {number}
 */
export function to_half_float_uint16(val: number): number;
//# sourceMappingURL=to_half_float_uint16.d.ts.map