import type * as C from "../core.js"; /** * Accesses the environment of the stream in the context of a stream. */ export declare function accessStream(f: (r: R) => C.Stream): C.Stream; //# sourceMappingURL=accessStream.d.ts.map