declare const clone: (arg: string | number | boolean | object | any[] | Date) => any;
export default clone;
