import { Fiber } from "@effect/core/io/Fiber/definition"; /** * A fiber that has already succeeded with unit. * @tsplus static effect/core/io/Fiber.Ops unit * @tsplus location "@effect/core/io/Fiber/operations/unit" */ export declare const unit: Fiber; //# sourceMappingURL=unit.d.ts.map