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