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