import { fromCollection } from './fromCollection.js';
/**
 * @group Transformers
 * @deprecated Use {@link fromCollection} instead.
 */
export declare const fromIterable: typeof fromCollection;
//# sourceMappingURL=fromIterable.d.ts.map