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