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