import { LazyArg } from "@tsplus/stdlib/data/Function";
import { Stream } from "@effect/core/stream/Stream/definition";
/**
* Creates a single-valued pure stream.
* @tsplus static effect/core/stream/Stream.Ops sync
* @tsplus location "@effect/core/stream/Stream/operations/sync"
*/
export declare function sync(a: LazyArg): Stream;
//# sourceMappingURL=sync.d.ts.map