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