import { Logger } from "@effect/core/io/Logger/definition";
/**
* @tsplus static effect/core/io/Logger.Ops simple
* @tsplus location "@effect/core/io/Logger/operations/simple"
*/
export declare function simple(log: (a: A) => B): Logger;
//# sourceMappingURL=simple.d.ts.map