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