/** @module array/toArray.ts */ import { ItemInsideIterable } from '../helper-types'; export declare function toArray(iterable: A): Array>;