import { FiberId } from "@effect/core/io/FiberId/definition"; /** * Creates a string representing the name of the current thread of execution * represented by the specified `FiberId`. * @tsplus getter effect/core/io/FiberId threadName * @tsplus location "@effect/core/io/FiberId/operations/threadName" */ export declare function threadName(self: FiberId): string; //# sourceMappingURL=threadName.d.ts.map