export default function getArrayCopy<Item = unknown>(arr: Item[]): Item[];
