declare const DataViewPrototypeSetUint16: (t: DataView, byteOffset: number, value: number, littleEndian?: boolean) => ReturnType; export = DataViewPrototypeSetUint16;