export namespace DataUtils { function toHalfFloat(val: number): number; function fromHalfFloat(val: number): number; }