declare module 'clone' { function fn(obj: T): T; export = fn; }