/**
* Cancels an asynchronous deserialization or update operation for the specified target object.
* @param instance object that was previously returned from deserialize or update method
*/export default function cancelDeserialize<T>(instance: T): void;