// Definitions by: Chris Howard declare function clone(obj: T): T; export default clone;