import { Tag } from "@tsplus/stdlib/service/Tag";
import { Effect } from "@effect/core/io/Effect/definition";
import { Layer } from "@effect/core/io/Layer/definition";
/**
* Constructs a layer from this effect.
* @tsplus static effect/core/io/Effect.Aspects toLayer
* @tsplus pipeable effect/core/io/Effect toLayer
* @tsplus location "@effect/core/io/Effect/operations/toLayer"
*/
export declare function toLayer(tag: Tag): (self: import("../definition").Effect) => import("../../Layer").Layer;
//# sourceMappingURL=toLayer.d.ts.map