declare const deepCopy: (input: any) => any;
export default deepCopy;
