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