declare function cloneArrayShallow<T>(array: T[]): T[];
export default cloneArrayShallow;
