import * as E from 'fp-ts/Either'; declare type Either = E.Either; export declare const rights: (eithers: Either[]) => A[]; export {}; //# sourceMappingURL=EitherUtils.d.ts.map