import { USTM } from "@effect/core/stm/STM/definition/base"; import { FiberId } from "@effect/core/io/FiberId/definition"; /** * Returns the fiber id of the fiber committing the transaction. * @tsplus static effect/core/stm/STM.Ops fiberId * @tsplus location "@effect/core/stm/STM/operations/fiberId" */ export declare const fiberId: USTM; //# sourceMappingURL=fiberId.d.ts.map