import { Tag } from "@tsplus/stdlib/service/Tag"; import { Layer } from "@effect/core/io/Layer/definition"; import { Reloadable } from "@effect/core/io/Reloadable/definition"; /** * Makes a new reloadable service from a layer that describes the construction * of a static service. * @tsplus static effect/core/io/Reloadable.Ops manual * @tsplus location "@effect/core/io/Reloadable/operations/manual" */ export declare function manual(outTag: Tag, layer: Layer): Layer>; //# sourceMappingURL=manual.d.ts.map