export default deepDelete; /** Recursively erase THE CHILDREN of the passed object */ declare function deepDelete(object3D: any): void;