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