import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Runs both sinks in parallel on the input, , returning the result or the * error from the one that finishes first. * @tsplus static effect/core/stream/Sink.Aspects race * @tsplus pipeable effect/core/stream/Sink race * @tsplus location "@effect/core/stream/Sink/operations/race" */ export declare function race(that: Sink): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=race.d.ts.map