import * as t from 'io-ts'; import * as E from 'fp-ts/Either'; declare type Either = E.Either; /** * All this really does is change the shape of the error side of the Either * @param f */ export declare const validateEither: (f: (i: I) => Either) => t.Validate; export {}; //# sourceMappingURL=IotsUtils.d.ts.map