import type { DataSource } from '../DataSource'; import type { BlockedRequest } from './BlockedRequest'; import type { Chunk } from '@principia/base/Chunk'; import type { HashMap } from '@principia/base/HashMap'; export declare class Sequential { private map; readonly _tag = "Sequential"; constructor(map: HashMap, Chunk>>>); ['++'](that: Sequential): Sequential; get isEmpty(): boolean; get keys(): Iterable>; get toIterable(): Iterable, Chunk>>]>; } //# sourceMappingURL=Sequential.d.ts.map