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