import type * as T from "../../../../Effect/index.js"; import * as H from "../../../../Hub/index.js"; import type * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Publishes elements of this stream to a hub. Stream failure and ending will * also be signalled. */ export declare function runIntoHub_(self: C.Stream, hub: H.XHub, any>): T.Effect; /** * Publishes elements of this stream to a hub. Stream failure and ending will * also be signalled. * * @ets_data_first runIntoHub_ */ export declare function runIntoHub(hub: H.XHub, any>): (self: C.Stream) => T.Effect; //# sourceMappingURL=runIntoHub.d.ts.map