// Definitions by: Chris Howard <https://github.com/ConnectivityChris>
declare function clone<T extends object>(obj: T): T;
export default clone;
