import { Stream } from "@effect/core/stream/Stream/definition";
/**
* Creates a pure stream from a variable list of values
* @tsplus static effect/core/stream/Stream.Ops __call
* @tsplus location "@effect/core/stream/Stream/operations/make"
*/
export declare function make(...as: Array): Stream;
//# sourceMappingURL=make.d.ts.map