/**
 * Convert array-like object into array
 */
declare function toArray(val: any): any[];
export default toArray;
