export declare function toEnumerable(val: any): any[];
export declare function toArray(val: any): any[];
