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