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