export declare const enum Constants { /** * Max unsigned integer that fits on 8 bits. */ MAX_UINT_8 = 255 } export declare function toUint8(v: number): number; //# sourceMappingURL=uint.d.ts.map