export declare class Float16 { static ByteToFloat16(uint16: number): number; static Float16ToByte(float16: number): number; }