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