/** * @since 0.0.1 */ import * as t from 'io-ts'; /** * @since 0.0.1 */ export interface PositiveBrand { readonly Positive: unique symbol; } /** * @since 0.0.1 */ export declare const Positive: t.BrandC; /** * @since 0.0.1 */ export declare type Positive = t.TypeOf; //# sourceMappingURL=Positive.d.ts.map