import { StreamLike } from '../types/index.js'; export declare const consumeOneByOne: (source: StreamLike, onEachItem: (item: T) => any) => Promise;