export declare function toEnumerable<T = unknown>(val: any): T[];
export declare function toArray(val: any): any[];
