import { FiberId } from "@effect/core/io/FiberId/definition"; /** * Combine two `FiberId`s. * @tsplus pipeable-operator effect/core/io/FiberId + * @tsplus static effect/core/io/FiberId.Aspects combine * @tsplus pipeable effect/core/io/FiberId combine * @tsplus location "@effect/core/io/FiberId/operations/combine" */ export declare function combine(that: FiberId): (self: FiberId) => FiberId; //# sourceMappingURL=combine.d.ts.map