import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Zips this fiber and the specified fiber together, producing a tuple of * their output. * @tsplus static effect/core/io/Fiber.Aspects zip * @tsplus static effect/core/io/RuntimeFiber.Aspects zip * @tsplus pipeable effect/core/io/Fiber zip * @tsplus pipeable effect/core/io/RuntimeFiber zip * @tsplus location "@effect/core/io/Fiber/operations/zip" */ export declare function zip(that: Fiber): (self: import("../definition").Fiber) => import("../definition").Fiber; //# sourceMappingURL=zip.d.ts.map