export { updateType }; /** Help TypeScript update the type of dynamically modified objects. */ declare function updateType(thing: Thing, clone: Clone): asserts thing is Thing & Clone;