import { type Uint8 } from 'ts-type-forge'; import { type Type } from '../type.mjs'; export declare const uint8: (defaultValue?: Uint8) => Type; //# sourceMappingURL=uint8.d.mts.map