/** * Convert Map, Set to Array */ export declare function convertToArray(val: Array | Set | Map): Array;