import type { LazyArg } from "@effect/data/Function"; import type * as Channel from "@effect/stream/Channel"; export type Primitive = BracketOut | Bridge | ConcatAll | Emit | Ensuring | Fail | Fold | FromEffect | PipeTo | Provide | Read | Succeed | SucceedNow | Suspend; export declare const sync: (evaluate: LazyArg) => Channel.Channel; //# sourceMappingURL=core.d.ts.map