import * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Fan out the stream, producing a dynamic number of streams that have the same elements as this stream. * The driver stream will only ever advance of the `maximumLag` chunks before the * slowest downstream stream. */ export declare function broadcastDynamic_(self: C.Stream, maximumLag: number): M.RIO>; /** * Fan out the stream, producing a dynamic number of streams that have the same elements as this stream. * The driver stream will only ever advance of the `maximumLag` chunks before the * slowest downstream stream. * * @ets_data_first broadcastDynamic_ */ export declare function broadcastDynamic(maximumLag: number): (self: C.Stream) => M.RIO>; //# sourceMappingURL=broadcastDynamic.d.ts.map