/** Shallowly copy the properties of the object. */ export declare const shallowClone: (input: input) => input; /** Deeply copy the properties of the a non-subclassed Object, Array or Date.*/ export declare const deepClone: (input: input) => input;