import { fromCollection } from '@johngw/stream/sources/fromCollection';
/**
 * @group Transformers
 * @deprecated Use {@link fromCollection} instead.
 */
export declare const fromIterable: typeof fromCollection;
