import { Uint16 } from '../values/uint16'; import { BasePrimitive } from './base-primitive'; export declare class TypeOfUint16 extends BasePrimitive { name: string; create(value: string | null): Uint16; } export declare const TypeUint16: TypeOfUint16;