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