export declare function half2float(halfArray: Uint16Array): Float32Array; export declare function uint162float(uint16Array: Uint16Array): Float32Array;