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