/** * @since 0.0.1 */ import * as t from 'io-ts'; /** * @since 0.0.1 */ export declare const NonNegativeBigInt: t.UnionC<[t.BrandC, t.BrandC]>; /** * @since 0.0.1 */ export declare type NonNegativeBigInt = t.TypeOf; //# sourceMappingURL=NonNegativeBigInt.d.ts.map