import type {IntoInterator} from './types'; export default function chain( ...iterables: IntoInterator[] ): IterableIterator;