import { Env } from "@tsplus/stdlib/service/Env";
import { Layer } from "@effect/core/io/Layer/definition";
/**
* Returns a new layer whose output is mapped by the specified function.
* @tsplus static effect/core/io/Layer.Aspects map
* @tsplus pipeable effect/core/io/Layer map
* @tsplus location "@effect/core/io/Layer/operations/map"
*/
export declare function map(f: (a: Env) => Env): (self: import("../definition").Layer) => import("../definition").Layer;
//# sourceMappingURL=map.d.ts.map