export interface StepBy { (step: number, iter: AsyncIterable): AsyncIterable; (step: number): (iter: AsyncIterable) => AsyncIterable; } export declare const stepBy: StepBy; //# sourceMappingURL=stepBy.d.ts.map