import type * as Channel from "../Channel.js"; import type { LazyArg } from "../Function.js"; 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; declare const void_: Channel.Channel; export { /** @internal */ void_ as void }; //# sourceMappingURL=core-stream.d.ts.map