import "typings-global"; export declare let clone: (options: { from: string; to: string; }) => any;