import { Logger } from "@effect/core/io/Logger/definition"; /** * @tsplus static effect/core/io/Logger.Aspects map * @tsplus pipeable effect/core/io/Logger map * @tsplus location "@effect/core/io/Logger/operations/map" */ export declare function map(f: (output: Output) => B): (self: import("../definition").Logger) => import("../definition").Logger; //# sourceMappingURL=map.d.ts.map