import { TypeUint16 } from '../types/type-uint16'; import { Primitive } from './primitive'; export declare class Uint16 extends Primitive { type: typeof TypeUint16; toInt(): number | null; toJS(): number | null; }