import { Coroutine } from "../../coroutines/state"; import { Unit } from "../../fun/domains/unit/state"; import { InfiniteStreamWritableState } from "../state"; export declare const InfiniteStreamLoader: (maxRetries?: number) => Coroutine, InfiniteStreamWritableState, Unit>; export declare const Loader: (maxRetries?: number) => Coroutine, InfiniteStreamWritableState, Unit>; //# sourceMappingURL=infiniteLoader.d.ts.map