import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream that executes the specified effect but emits no elements. * @tsplus static effect/core/stream/Stream.Ops execute * @tsplus location "@effect/core/stream/Stream/operations/execute" */ export declare function execute(effect: Effect): Stream; //# sourceMappingURL=execute.d.ts.map