declare function ToObject<T extends {}>(value: T): T & object;

export = ToObject;
