import * as C from "../core.js"; /** * Provides the stream with its required environment, which eliminates * its dependency on `R`. */ export declare function provideAll_(self: C.Stream, r: R): C.IO; /** * Provides the stream with its required environment, which eliminates * its dependency on `R`. * * @ets_data_first provideAll_ */ export declare function provideAll(r: R): (self: C.Stream) => C.IO; //# sourceMappingURL=provideAll.d.ts.map