import { Fiber } from "@effect/core/io/Fiber/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Constructs an effect based on information about the current fiber, such as * its identity. * @tsplus static effect/core/io/Effect.Ops descriptorWith * @tsplus location "@effect/core/io/Effect/operations/descriptorWith" */ export declare function descriptorWith(f: (descriptor: Fiber.Descriptor) => Effect): Effect; //# sourceMappingURL=descriptorWith.d.ts.map