import { Tag } from "@tsplus/stdlib/service/Tag"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Constructs a layer from the environment using the specified function. * @tsplus static effect/core/io/Layer.Ops fromFunction * @tsplus location "@effect/core/io/Layer/operations/fromFunction" */ export declare function fromFunction(tagA: Tag, tagB: Tag, f: (a: A) => B): Layer; //# sourceMappingURL=fromFunction.d.ts.map