declare function ToObject(value: T): T & object; export = ToObject;