declare function cloneShallow<T>(value: T): T;
export default cloneShallow;
