import { Logger } from "@effect/core/io/Logger/definition"; /** * A logger that does nothing in response to logging events. * @tsplus static effect/core/io/Logger.Ops none * @tsplus location "@effect/core/io/Logger/operations/none" */ export declare const none: Logger; //# sourceMappingURL=none.d.ts.map