import type * as CL from "../../../../Clock/index.js"; import * as O from "../../../../Option/index.js"; import type * as SC from "../../../../Schedule/index.js"; import type * as SK from "../../Sink/index.js"; import type * as C from "../core.js"; /** * Like `aggregateAsyncWithinEither`, but only returns the `Right` results. */ export declare function aggregateAsyncWithin_(self: C.Stream, sink: SK.Sink, schedule: SC.Schedule, C>): C.Stream; /** * Like `aggregateAsyncWithinEither`, but only returns the `Right` results. * * @ets_data_first aggregateAsyncWithin_ */ export declare function aggregateAsyncWithin(sink: SK.Sink, schedule: SC.Schedule, C>): (self: C.Stream) => C.Stream; //# sourceMappingURL=aggregateAsyncWithin.d.ts.map