import { Uint32 } from '../values/uint32'; import { BasePrimitive } from './base-primitive'; export declare class TypeOfUint32 extends BasePrimitive { name: string; create(value: string | null): Uint32; } export declare const TypeUint32: TypeOfUint32;