import type * 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 race_(self: C.Sink, that: C.Sink): C.Sink; /** * Runs both sinks in parallel on the input, returning the result or the error from the * one that finishes first. */ export declare function race(that: C.Sink): (self: C.Sink) => C.Sink; //# sourceMappingURL=race.d.ts.map