import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Emits the provided chunk before emitting any other value. * @tsplus static effect/core/stream/Stream.Aspects prepend * @tsplus pipeable effect/core/stream/Stream prepend * @tsplus location "@effect/core/stream/Stream/operations/prepend" */ export declare function prepend(values: Chunk): (stream: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=prepend.d.ts.map