import { Wrappable } from '../../types/iterable'; declare function arrayFrom(source: Wrappable): Array; export { arrayFrom };