/** * Clone array using map. */ export declare function CloneArray($arr: Array): Array;