import * as E from "../../../Either/index.js"; import * as C from "./core.js"; /** * Runs both sinks in parallel on the input, returning the result or the error from the * one that finishes first. */ export declare function raceBoth_(self: C.Sink, that: C.Sink, capacity?: number): C.Sink>; /** * Runs both sinks in parallel on the input, returning the result or the error from the * one that finishes first. * * @ets_data_first orElse_ */ export declare function raceBoth(that: C.Sink, capacity?: number): (self: C.Sink) => C.Sink>; //# sourceMappingURL=raceBoth.d.ts.map