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