import { LogLevel } from "@effect/core/io/LogLevel/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * @tsplus static effect/core/io/LogLevel.Ops __call * @tsplus static effect/core/io/LogLevel.Ops locally * @tsplus location "@effect/core/io/LogLevel/operations/locally" */ export declare function locally(self: LogLevel): (effect: Effect) => Effect; //# sourceMappingURL=locally.d.ts.map